#06835F

Color #06835F Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #06835F

Tints of Tropical Rain Forest #06835F

Color information

#06835F (or 0x06835F) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 83 and 5F. RGB value is (6,131,95). Sum of RGB (Red+Green+Blue) = 6+131+95=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #06835F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06835F is #F97CA0. Grayscale: #595959. Windows color (decimal): -16350369 or 6259462. OLE color: 6259462.

HSL color Cylindrical-coordinate representation of color #06835F: hue angle of 162.72º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06835F is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB613195-
CMYK0.9500.270.49
HSL162.72º91.24%26.86%-
HSV(B)162.72º95.42%51.37%-
XYZ10.2617.113.59-
YUV89.52131.0968.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 131 (51.56% from 255) = 56.47%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=2.59%
G=56.47%
B=40.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131950.9500.270.49162.7291.2426.86
Hex6835F5F01B31a35b1b
Octal62031371370336124313333
Binary110100000111011111101111101101111000110100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06835F; }

 p { color: rgb(6,131,95); }

 H1.HeaderClassName
 {
   color: #06835F;
 }
 .AnyTagClassName
 {
   color: #06835F;
 }
</style>
background-color css

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

 a { background-color: rgb(6,131,95); }

 div.DivClassName
 {
   background-color: #06835F;
 }
 .BgClassName
 {
   background-color: #06835F;
 }
</style>
border-color css

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

 span { border-color: rgb(6,131,95); }

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