#67B075

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

Shades of Fern #67B075

Tints of Fern #67B075

Color information

#67B075 (or 0x67B075) is unknown color: approx Fern. HEX triplet: 67, B0 and 75. RGB value is (103,176,117). Sum of RGB (Red+Green+Blue) = 103+176+117=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #67B075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67B075 is #984F8A. Grayscale: #939393. Windows color (decimal): -9981835 or 7712871. OLE color: 7712871.

HSL color Cylindrical-coordinate representation of color #67B075: hue angle of 131.51º 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 #67B075 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB103176117-
CMYK0.4100.340.31
HSL131.51º31.6%54.71%-
HSV(B)131.51º41.48%69.02%-
XYZ24.3335.2222.35-
YUV147.45110.8296.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=26.01%
G=44.44%
B=29.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031761170.4100.340.31131.5131.654.71
Hex67B075290221F842037
Octal14726016551042372044067
Binary110011110110000111010110100101000101111110000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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