Html Css Color HEX #06835A Tropical Rain Forest

📋 copy color: '#06835A'

red 6 ◦ green 131 ◦ blue 90

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

Shades of Tropical Rain Forest #06835A

Tints of Tropical Rain Forest #06835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 2.64%
G = 57.71%
B = 39.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#06835A (or 0x06835A) is known color: Tropical Rain Forest. HEX triplet: 06, 83 and 5A. RGB value is (6,131,90). Sum of RGB (Red+Green+Blue) = 6+131+90=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #06835A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06835A is #F97CA5. Grayscale: #585858. Windows color (decimal): -16350374 or 5931782. OLE color: 5931782.

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

Color convert

RGB 6 131 90 -
CMYK 0.95 0 0.31 0.49
HSL 160.32º 0.91% 0.27% -
HSV(B) 160.32º 0.95% 0.51% -
XYZ 10.04 17.01 12.43 -
YUV 88.95 128.59 68.83 -
System Red Green Blue C M Y K H S L
Decimal 6 131 90 0.95 0 0.31 0.49 160.32 0.91 0.27
Hex 6 83 5A 5F 0 1F 31 A0 5B 1B
Octal 6 203 132 137 0 37 61 240 133 33
Binary 110 10000011 1011010 1011111 0 11111 110001 10100000 1011011 11011

Color Harmonies of #06835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06835A

Black with #06835A

Text Example


Text Example

White with #06835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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