Html Css Color HEX #06765C Tropical Rain Forest

📋 copy color: '#06765C'

red 6 ◦ green 118 ◦ blue 92

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

Shades of Tropical Rain Forest #06765C

Tints of Tropical Rain Forest #06765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.59%

R = 2.78%
G = 54.63%
B = 42.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#06765C (or 0x06765C) is known color: Tropical Rain Forest. HEX triplet: 06, 76 and 5C. RGB value is (6,118,92). Sum of RGB (Red+Green+Blue) = 6+118+92=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #06765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06765C is #F989A3. Grayscale: #515151. Windows color (decimal): -16353700 or 6059526. OLE color: 6059526.

HSL color Cylindrical-coordinate representation of color #06765C: hue angle of 166.07º 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 #06765C is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 118 92 -
CMYK 0.95 0 0.22 0.54
HSL 166.07º 0.9% 0.24% -
HSV(B) 166.07º 0.95% 0.46% -
XYZ 8.49 13.77 12.34 -
YUV 81.55 133.89 74.11 -
System Red Green Blue C M Y K H S L
Decimal 6 118 92 0.95 0 0.22 0.54 166.07 0.9 0.24
Hex 6 76 5C 5F 0 16 36 A6 5A 18
Octal 6 166 134 137 0 26 66 246 132 30
Binary 110 1110110 1011100 1011111 0 10110 110110 10100110 1011010 11000

Color Harmonies of #06765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06765C

Black with #06765C

Text Example


Text Example

White with #06765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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