Html Css Color HEX #06865C Tropical Rain Forest

📋 copy color: '#06865C'

red 6 ◦ green 134 ◦ blue 92

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

Shades of Tropical Rain Forest #06865C

Tints of Tropical Rain Forest #06865C

RGB

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

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

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

R = 2.59%
G = 57.76%
B = 39.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#06865C (or 0x06865C) is known color: Tropical Rain Forest. HEX triplet: 06, 86 and 5C. RGB value is (6,134,92). Sum of RGB (Red+Green+Blue) = 6+134+92=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #06865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06865C is #F979A3. Grayscale: #5A5A5A. Windows color (decimal): -16349604 or 6063622. OLE color: 6063622.

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

Color convert

RGB 6 134 92 -
CMYK 0.96 0 0.31 0.47
HSL 160.31º 0.91% 0.27% -
HSV(B) 160.31º 0.96% 0.53% -
XYZ 10.53 17.86 13.02 -
YUV 90.94 128.59 67.42 -
System Red Green Blue C M Y K H S L
Decimal 6 134 92 0.96 0 0.31 0.47 160.31 0.91 0.27
Hex 6 86 5C 60 0 1F 2F A0 5B 1B
Octal 6 206 134 140 0 37 57 240 133 33
Binary 110 10000110 1011100 1100000 0 11111 101111 10100000 1011011 11011

Color Harmonies of #06865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06865C

Black with #06865C

Text Example


Text Example

White with #06865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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