Html Css Color HEX #06835C Tropical Rain Forest

📋 copy color: '#06835C'

red 6 ◦ green 131 ◦ blue 92

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

Shades of Tropical Rain Forest #06835C

Tints of Tropical Rain Forest #06835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.21%

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

R = 2.62%
G = 57.21%
B = 40.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#06835C (or 0x06835C) is known color: Tropical Rain Forest. HEX triplet: 06, 83 and 5C. RGB value is (6,131,92). Sum of RGB (Red+Green+Blue) = 6+131+92=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #06835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06835C is #F97CA3. Grayscale: #595959. Windows color (decimal): -16350372 or 6062854. OLE color: 6062854.

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

Color convert

RGB 6 131 92 -
CMYK 0.95 0 0.30 0.49
HSL 161.28º 0.91% 0.27% -
HSV(B) 161.28º 0.95% 0.51% -
XYZ 10.12 17.04 12.88 -
YUV 89.18 129.59 68.67 -
System Red Green Blue C M Y K H S L
Decimal 6 131 92 0.95 0 0.30 0.49 161.28 0.91 0.27
Hex 6 83 5C 5F 0 1E 31 A1 5B 1B
Octal 6 203 134 137 0 36 61 241 133 33
Binary 110 10000011 1011100 1011111 0 11110 110001 10100001 1011011 11011

Color Harmonies of #06835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06835C

Black with #06835C

Text Example


Text Example

White with #06835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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