Html Css Color HEX #086924 Crusoe

📋 copy color: '#086924'

red 8 ◦ green 105 ◦ blue 36

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

Shades of Crusoe #086924

Tints of Crusoe #086924

RGB

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

 GREEN value IS 105 (41.41% from 255) = 70.47%

 BLUE value IS 36 (14.45% from 255) = 24.16%

R = 5.37%
G = 70.47%
B = 24.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#086924 (or 0x086924) is known color: Crusoe. HEX triplet: 08, 69 and 24. RGB value is (8,105,36). Sum of RGB (Red+Green+Blue) = 8+105+36=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 105 (41.41% from 255 or 70.47% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 105 - color contains mainly: green. Hex color #086924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086924 is #F796DB. Grayscale: #444444. Windows color (decimal): -16226012 or 2386184. OLE color: 2386184.

HSL color Cylindrical-coordinate representation of color #086924: hue angle of 137.32º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086924 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 105 36 -
CMYK 0.92 0 0.66 0.59
HSL 137.32º 0.86% 0.22% -
HSV(B) 137.32º 0.92% 0.41% -
XYZ 5.47 10.28 3.37 -
YUV 68.13 109.86 85.11 -
System Red Green Blue C M Y K H S L
Decimal 8 105 36 0.92 0 0.66 0.59 137.32 0.86 0.22
Hex 8 69 24 5C 0 42 3B 89 56 16
Octal 10 151 44 134 0 102 73 211 126 26
Binary 1000 1101001 100100 1011100 0 1000010 111011 10001001 1010110 10110

Color Harmonies of #086924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086924

Black with #086924

Text Example


Text Example

White with #086924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086924; }

 p { color: rgb(8,105,36); }

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

background-color css

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

 a { background-color: rgb(8,105,36); }

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

border-color css

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

 span { border-color: rgb(8,105,36); }

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