Html Css Color HEX #086124 Crusoe

📋 copy color: '#086124'

red 8 ◦ green 97 ◦ blue 36

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

Shades of Crusoe #086124

Tints of Crusoe #086124

RGB

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

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

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

R = 5.67%
G = 68.79%
B = 25.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#086124 (or 0x086124) is known color: Crusoe. HEX triplet: 08, 61 and 24. RGB value is (8,97,36). Sum of RGB (Red+Green+Blue) = 8+97+36=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #086124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086124 is #F79EDB. Grayscale: #3F3F3F. Windows color (decimal): -16228060 or 2384136. OLE color: 2384136.

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

Color convert

RGB 8 97 36 -
CMYK 0.92 0 0.63 0.62
HSL 138.88º 0.85% 0.21% -
HSV(B) 138.88º 0.92% 0.38% -
XYZ 4.69 8.73 3.11 -
YUV 63.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 8 97 36 0.92 0 0.63 0.62 138.88 0.85 0.21
Hex 8 61 24 5C 0 3F 3E 8B 55 15
Octal 10 141 44 134 0 77 76 213 125 25
Binary 1000 1100001 100100 1011100 0 111111 111110 10001011 1010101 10101

Color Harmonies of #086124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086124

Black with #086124

Text Example


Text Example

White with #086124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086124; }

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

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

background-color css

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

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

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

border-color css

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

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

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