Html Css Color HEX #06855B Tropical Rain Forest

📋 copy color: '#06855B'

red 6 ◦ green 133 ◦ blue 91

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

Shades of Tropical Rain Forest #06855B

Tints of Tropical Rain Forest #06855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.83%

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

R = 2.61%
G = 57.83%
B = 39.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#06855B (or 0x06855B) is known color: Tropical Rain Forest. HEX triplet: 06, 85 and 5B. RGB value is (6,133,91). Sum of RGB (Red+Green+Blue) = 6+133+91=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #06855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06855B is #F97AA4. Grayscale: #5A5A5A. Windows color (decimal): -16349861 or 5997830. OLE color: 5997830.

HSL color Cylindrical-coordinate representation of color #06855B: hue angle of 160.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06855B is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 91 -
CMYK 0.95 0 0.32 0.48
HSL 160.16º 0.91% 0.27% -
HSV(B) 160.16º 0.95% 0.52% -
XYZ 10.35 17.57 12.74 -
YUV 90.24 128.42 67.92 -
System Red Green Blue C M Y K H S L
Decimal 6 133 91 0.95 0 0.32 0.48 160.16 0.91 0.27
Hex 6 85 5B 5F 0 20 30 A0 5B 1B
Octal 6 205 133 137 0 40 60 240 133 33
Binary 110 10000101 1011011 1011111 0 100000 110000 10100000 1011011 11011

Color Harmonies of #06855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06855B

Black with #06855B

Text Example


Text Example

White with #06855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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