Html Css Color HEX #067464 Tropical Rain Forest

📋 copy color: '#067464'

red 6 ◦ green 116 ◦ blue 100

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

Shades of Tropical Rain Forest #067464

Tints of Tropical Rain Forest #067464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.25%

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

R = 2.7%
G = 52.25%
B = 45.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#067464 (or 0x067464) is known color: Tropical Rain Forest. HEX triplet: 06, 74 and 64. RGB value is (6,116,100). Sum of RGB (Red+Green+Blue) = 6+116+100=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #067464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067464 is #F98B9B. Grayscale: #515151. Windows color (decimal): -16354204 or 6583302. OLE color: 6583302.

HSL color Cylindrical-coordinate representation of color #067464: hue angle of 171.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067464 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 100 -
CMYK 0.95 0 0.14 0.55
HSL 171.27º 0.9% 0.24% -
HSV(B) 171.27º 0.95% 0.45% -
XYZ 8.62 13.45 14.2 -
YUV 81.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 6 116 100 0.95 0 0.14 0.55 171.27 0.9 0.24
Hex 6 74 64 5F 0 E 37 AB 5A 18
Octal 6 164 144 137 0 16 67 253 132 30
Binary 110 1110100 1100100 1011111 0 1110 110111 10101011 1011010 11000

Color Harmonies of #067464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067464

Black with #067464

Text Example


Text Example

White with #067464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067464; }

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

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

background-color css

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

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

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

border-color css

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

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

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