#067866

Color #067866 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #067866

Tints of Tropical Rain Forest #067866

Color information

#067866 (or 0x067866) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 78 and 66. RGB value is (6,120,102). Sum of RGB (Red+Green+Blue) = 6+120+102=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #067866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067866 is #F98799. Grayscale: #535353. Windows color (decimal): -16353178 or 6715398. OLE color: 6715398.

HSL color Cylindrical-coordinate representation of color #067866: hue angle of 170.53º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067866 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB6120102-
CMYK0.9500.150.53
HSL170.53º90.48%24.71%-
HSV(B)170.53º95%47.06%-
XYZ9.1914.4314.87-
YUV83.86138.2372.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=2.63%
G=52.63%
B=44.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61201020.9500.150.53170.5390.4824.71
Hex678665F0F35ab5a19
Octal61701461370176525313231
Binary1101111000110011010111110111111010110101011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067866; }

 p { color: rgb(6,120,102); }

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

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

 a { background-color: rgb(6,120,102); }

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

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

 span { border-color: rgb(6,120,102); }

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