Html Css Color HEX #067764 Tropical Rain Forest

📋 copy color: '#067764'

red 6 ◦ green 119 ◦ blue 100

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

Shades of Tropical Rain Forest #067764

Tints of Tropical Rain Forest #067764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.89%

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

R = 2.67%
G = 52.89%
B = 44.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#067764 (or 0x067764) is known color: Tropical Rain Forest. HEX triplet: 06, 77 and 64. RGB value is (6,119,100). Sum of RGB (Red+Green+Blue) = 6+119+100=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #067764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067764 is #F9889B. Grayscale: #535353. Windows color (decimal): -16353436 or 6584070. OLE color: 6584070.

HSL color Cylindrical-coordinate representation of color #067764: hue angle of 169.91º 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 #067764 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 119 100 -
CMYK 0.95 0 0.16 0.53
HSL 169.91º 0.9% 0.25% -
HSV(B) 169.91º 0.95% 0.47% -
XYZ 8.97 14.15 14.32 -
YUV 83.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 6 119 100 0.95 0 0.16 0.53 169.91 0.9 0.25
Hex 6 77 64 5F 0 10 35 AA 5A 19
Octal 6 167 144 137 0 20 65 252 132 31
Binary 110 1110111 1100100 1011111 0 10000 110101 10101010 1011010 11001

Color Harmonies of #067764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067764

Black with #067764

Text Example


Text Example

White with #067764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067764; }

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

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

background-color css

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

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

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

border-color css

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

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

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