Html Css Color HEX #06735C Tropical Rain Forest

📋 copy color: '#06735C'

red 6 ◦ green 115 ◦ blue 92

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

Shades of Tropical Rain Forest #06735C

Tints of Tropical Rain Forest #06735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.99%

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

R = 2.82%
G = 53.99%
B = 43.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#06735C (or 0x06735C) is known color: Tropical Rain Forest. HEX triplet: 06, 73 and 5C. RGB value is (6,115,92). Sum of RGB (Red+Green+Blue) = 6+115+92=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #06735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06735C is #F98CA3. Grayscale: #4F4F4F. Windows color (decimal): -16354468 or 6058758. OLE color: 6058758.

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

Color convert

RGB 6 115 92 -
CMYK 0.95 0 0.20 0.55
HSL 167.34º 0.9% 0.24% -
HSV(B) 167.34º 0.95% 0.45% -
XYZ 8.14 13.07 12.22 -
YUV 79.79 134.89 75.37 -
System Red Green Blue C M Y K H S L
Decimal 6 115 92 0.95 0 0.20 0.55 167.34 0.9 0.24
Hex 6 73 5C 5F 0 14 37 A7 5A 18
Octal 6 163 134 137 0 24 67 247 132 30
Binary 110 1110011 1011100 1011111 0 10100 110111 10100111 1011010 11000

Color Harmonies of #06735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06735C

Black with #06735C

Text Example


Text Example

White with #06735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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