Html Css Color HEX #06865B Tropical Rain Forest

📋 copy color: '#06865B'

red 6 ◦ green 134 ◦ blue 91

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

Shades of Tropical Rain Forest #06865B

Tints of Tropical Rain Forest #06865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.01%

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

R = 2.6%
G = 58.01%
B = 39.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#06865B (or 0x06865B) is known color: Tropical Rain Forest. HEX triplet: 06, 86 and 5B. RGB value is (6,134,91). Sum of RGB (Red+Green+Blue) = 6+134+91=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #06865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06865B is #F979A4. Grayscale: #5A5A5A. Windows color (decimal): -16349605 or 5998086. OLE color: 5998086.

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

Color convert

RGB 6 134 91 -
CMYK 0.96 0 0.32 0.47
HSL 159.84º 0.91% 0.27% -
HSV(B) 159.84º 0.96% 0.53% -
XYZ 10.49 17.84 12.79 -
YUV 90.83 128.09 67.5 -
System Red Green Blue C M Y K H S L
Decimal 6 134 91 0.96 0 0.32 0.47 159.84 0.91 0.27
Hex 6 86 5B 60 0 20 2F A0 5B 1B
Octal 6 206 133 140 0 40 57 240 133 33
Binary 110 10000110 1011011 1100000 0 100000 101111 10100000 1011011 11011

Color Harmonies of #06865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06865B

Black with #06865B

Text Example


Text Example

White with #06865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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