Html Css Color HEX #067064 Tropical Rain Forest

📋 copy color: '#067064'

red 6 ◦ green 112 ◦ blue 100

#067064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #067064

Tints of Tropical Rain Forest #067064

RGB

 RED value IS 6 (2.73% from 255) = 2.75%

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 100 (39.45% from 255) = 45.87%

R = 2.75%
G = 51.38%
B = 45.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#067064 (or 0x067064) is known color: Tropical Rain Forest. HEX triplet: 06, 70 and 64. RGB value is (6,112,100). Sum of RGB (Red+Green+Blue) = 6+112+100=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #067064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067064 is #F98F9B. Grayscale: #4E4E4E. Windows color (decimal): -16355228 or 6582278. OLE color: 6582278.

HSL color Cylindrical-coordinate representation of color #067064: hue angle of 173.21º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067064 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 100 -
CMYK 0.95 0 0.11 0.56
HSL 173.21º 0.9% 0.23% -
HSV(B) 173.21º 0.95% 0.44% -
XYZ 8.17 12.55 14.05 -
YUV 78.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 6 112 100 0.95 0 0.11 0.56 173.21 0.9 0.23
Hex 6 70 64 5F 0 B 38 AD 5A 17
Octal 6 160 144 137 0 13 70 255 132 27
Binary 110 1110000 1100100 1011111 0 1011 111000 10101101 1011010 10111

Color Harmonies of #067064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067064

Black with #067064

Text Example


Text Example

White with #067064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067064; }

 p { color: rgb(6,112,100); }

 H1.HeaderClassName
 {
   color: #067064;
 }
 .AnyTagClassName
 {
   color: #067064;
 }
</style>

background-color css

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

 a { background-color: rgb(6,112,100); }

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

border-color css

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

 span { border-color: rgb(6,112,100); }

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