Html Css Color HEX #06765E Tropical Rain Forest

📋 copy color: '#06765E'

red 6 ◦ green 118 ◦ blue 94

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

Shades of Tropical Rain Forest #06765E

Tints of Tropical Rain Forest #06765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.13%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 2.75%
G = 54.13%
B = 43.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#06765E (or 0x06765E) is known color: Tropical Rain Forest. HEX triplet: 06, 76 and 5E. RGB value is (6,118,94). Sum of RGB (Red+Green+Blue) = 6+118+94=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #06765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06765E is #F989A1. Grayscale: #515151. Windows color (decimal): -16353698 or 6190598. OLE color: 6190598.

HSL color Cylindrical-coordinate representation of color #06765E: hue angle of 167.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06765E is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 118 94 -
CMYK 0.95 0 0.20 0.54
HSL 167.14º 0.9% 0.24% -
HSV(B) 167.14º 0.95% 0.46% -
XYZ 8.57 13.8 12.8 -
YUV 81.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 6 118 94 0.95 0 0.20 0.54 167.14 0.9 0.24
Hex 6 76 5E 5F 0 14 36 A7 5A 18
Octal 6 166 136 137 0 24 66 247 132 30
Binary 110 1110110 1011110 1011111 0 10100 110110 10100111 1011010 11000

Color Harmonies of #06765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06765E

Black with #06765E

Text Example


Text Example

White with #06765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06765E; }

 p { color: rgb(6,118,94); }

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

background-color css

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

 a { background-color: rgb(6,118,94); }

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

border-color css

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

 span { border-color: rgb(6,118,94); }

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