#67B072

Color #67B072 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #67B072

Tints of Fern #67B072

Color information

#67B072 (or 0x67B072) is unknown color: approx Fern. HEX triplet: 67, B0 and 72. RGB value is (103,176,114). Sum of RGB (Red+Green+Blue) = 103+176+114=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #67B072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67B072 is #984F8D. Grayscale: #939393. Windows color (decimal): -9981838 or 7516263. OLE color: 7516263.

HSL color Cylindrical-coordinate representation of color #67B072: hue angle of 129.04º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67B072 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB103176114-
CMYK0.4100.350.31
HSL129.04º31.6%54.71%-
HSV(B)129.04º41.48%69.02%-
XYZ24.1635.1521.43-
YUV147.1109.3296.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=26.21%
G=44.78%
B=29.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031761140.4100.350.31129.0431.654.71
Hex67B072290231F812037
Octal14726016251043372014067
Binary110011110110000111001010100101000111111110000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67B072; }

 p { color: rgb(103,176,114); }

 H1.HeaderClassName
 {
   color: #67B072;
 }
 .AnyTagClassName
 {
   color: #67B072;
 }
</style>
background-color css

<style>
 a { background-color: #67B072; }

 a { background-color: rgb(103,176,114); }

 div.DivClassName
 {
   background-color: #67B072;
 }
 .BgClassName
 {
   background-color: #67B072;
 }
</style>
border-color css

<style>
 span { border-color: #67B072; }

 span { border-color: rgb(103,176,114); }

 td.TdClassName
 {
   border-color: #67B072;
 }
 .TagClassName
 {
   border-color: #67B072;
 }
</style>