Html Css Color HEX #086219 Crusoe

📋 copy color: '#086219'

red 8 ◦ green 98 ◦ blue 25

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

Shades of Crusoe #086219

Tints of Crusoe #086219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 74.81%

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

R = 6.11%
G = 74.81%
B = 19.08%

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

#086219 (or 0x086219) is known color: Crusoe. HEX triplet: 08, 62 and 19. RGB value is (8,98,25). Sum of RGB (Red+Green+Blue) = 8+98+25=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #086219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086219 is #F79DE6. Grayscale: #3E3E3E. Windows color (decimal): -16227815 or 1663496. OLE color: 1663496.

HSL color Cylindrical-coordinate representation of color #086219: hue angle of 131.33º 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 #086219 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 98 25 -
CMYK 0.92 0 0.74 0.62
HSL 131.33º 0.85% 0.21% -
HSV(B) 131.33º 0.92% 0.38% -
XYZ 4.64 8.86 2.38 -
YUV 62.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 8 98 25 0.92 0 0.74 0.62 131.33 0.85 0.21
Hex 8 62 19 5C 0 4A 3E 83 55 15
Octal 10 142 31 134 0 112 76 203 125 25
Binary 1000 1100010 11001 1011100 0 1001010 111110 10000011 1010101 10101

Color Harmonies of #086219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086219

Black with #086219

Text Example


Text Example

White with #086219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086219; }

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

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

background-color css

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

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

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

border-color css

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

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

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