Html Css Color HEX #06855C Tropical Rain Forest

📋 copy color: '#06855C'

red 6 ◦ green 133 ◦ blue 92

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

Shades of Tropical Rain Forest #06855C

Tints of Tropical Rain Forest #06855C

RGB

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

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

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

R = 2.6%
G = 57.58%
B = 39.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#06855C (or 0x06855C) is known color: Tropical Rain Forest. HEX triplet: 06, 85 and 5C. RGB value is (6,133,92). Sum of RGB (Red+Green+Blue) = 6+133+92=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #06855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06855C is #F97AA3. Grayscale: #5A5A5A. Windows color (decimal): -16349860 or 6063366. OLE color: 6063366.

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

Color convert

RGB 6 133 92 -
CMYK 0.95 0 0.31 0.48
HSL 160.63º 0.91% 0.27% -
HSV(B) 160.63º 0.95% 0.52% -
XYZ 10.39 17.59 12.97 -
YUV 90.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 6 133 92 0.95 0 0.31 0.48 160.63 0.91 0.27
Hex 6 85 5C 5F 0 1F 30 A1 5B 1B
Octal 6 205 134 137 0 37 60 241 133 33
Binary 110 10000101 1011100 1011111 0 11111 110000 10100001 1011011 11011

Color Harmonies of #06855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06855C

Black with #06855C

Text Example


Text Example

White with #06855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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