Html Css Color HEX #086119 Crusoe

📋 copy color: '#086119'

red 8 ◦ green 97 ◦ blue 25

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

Shades of Crusoe #086119

Tints of Crusoe #086119

RGB

 RED value IS 8 (3.52% from 255) = 6.15%

 GREEN value IS 97 (38.28% from 255) = 74.62%

 BLUE value IS 25 (10.16% from 255) = 19.23%

R = 6.15%
G = 74.62%
B = 19.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#086119 (or 0x086119) is known color: Crusoe. HEX triplet: 08, 61 and 19. RGB value is (8,97,25). Sum of RGB (Red+Green+Blue) = 8+97+25=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #086119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086119 is #F79EE6. Grayscale: #3E3E3E. Windows color (decimal): -16228071 or 1663240. OLE color: 1663240.

HSL color Cylindrical-coordinate representation of color #086119: hue angle of 131.46º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086119 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 97 25 -
CMYK 0.92 0 0.74 0.62
HSL 131.46º 0.85% 0.21% -
HSV(B) 131.46º 0.92% 0.38% -
XYZ 4.55 8.67 2.35 -
YUV 62.18 107.01 89.35 -
System Red Green Blue C M Y K H S L
Decimal 8 97 25 0.92 0 0.74 0.62 131.46 0.85 0.21
Hex 8 61 19 5C 0 4A 3E 83 55 15
Octal 10 141 31 134 0 112 76 203 125 25
Binary 1000 1100001 11001 1011100 0 1001010 111110 10000011 1010101 10101

Color Harmonies of #086119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086119

Black with #086119

Text Example


Text Example

White with #086119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086119; }

 p { color: rgb(8,97,25); }

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

background-color css

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

 a { background-color: rgb(8,97,25); }

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

border-color css

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

 span { border-color: rgb(8,97,25); }

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