Html Css Color HEX #06705B Tropical Rain Forest

📋 copy color: '#06705B'

red 6 ◦ green 112 ◦ blue 91

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

Shades of Tropical Rain Forest #06705B

Tints of Tropical Rain Forest #06705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.59%

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 2.87%
G = 53.59%
B = 43.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#06705B (or 0x06705B) is known color: Tropical Rain Forest. HEX triplet: 06, 70 and 5B. RGB value is (6,112,91). Sum of RGB (Red+Green+Blue) = 6+112+91=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #06705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06705B is #F98FA4. Grayscale: #4D4D4D. Windows color (decimal): -16355237 or 5992454. OLE color: 5992454.

HSL color Cylindrical-coordinate representation of color #06705B: hue angle of 168.11º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06705B is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 91 -
CMYK 0.95 0 0.19 0.56
HSL 168.11º 0.9% 0.23% -
HSV(B) 168.11º 0.95% 0.44% -
XYZ 7.76 12.38 11.88 -
YUV 77.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 6 112 91 0.95 0 0.19 0.56 168.11 0.9 0.23
Hex 6 70 5B 5F 0 13 38 A8 5A 17
Octal 6 160 133 137 0 23 70 250 132 27
Binary 110 1110000 1011011 1011111 0 10011 111000 10101000 1011010 10111

Color Harmonies of #06705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06705B

Black with #06705B

Text Example


Text Example

White with #06705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06705B; }

 p { color: rgb(6,112,91); }

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

background-color css

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

 a { background-color: rgb(6,112,91); }

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

border-color css

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

 span { border-color: rgb(6,112,91); }

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