Html Css Color HEX #086029 Crusoe

📋 copy color: '#086029'

red 8 ◦ green 96 ◦ blue 41

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

Shades of Crusoe #086029

Tints of Crusoe #086029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 66.21%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 5.52%
G = 66.21%
B = 28.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#086029 (or 0x086029) is known color: Crusoe. HEX triplet: 08, 60 and 29. RGB value is (8,96,41). Sum of RGB (Red+Green+Blue) = 8+96+41=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #086029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086029 is #F79FD6. Grayscale: #3F3F3F. Windows color (decimal): -16228311 or 2711560. OLE color: 2711560.

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

Color convert

RGB 8 96 41 -
CMYK 0.92 0 0.57 0.62
HSL 142.5º 0.85% 0.2% -
HSV(B) 142.5º 0.92% 0.38% -
XYZ 4.68 8.58 3.51 -
YUV 63.42 115.35 88.47 -
System Red Green Blue C M Y K H S L
Decimal 8 96 41 0.92 0 0.57 0.62 142.5 0.85 0.2
Hex 8 60 29 5C 0 39 3E 8E 55 14
Octal 10 140 51 134 0 71 76 216 125 24
Binary 1000 1100000 101001 1011100 0 111001 111110 10001110 1010101 10100

Color Harmonies of #086029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086029

Black with #086029

Text Example


Text Example

White with #086029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086029; }

 p { color: rgb(8,96,41); }

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

background-color css

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

 a { background-color: rgb(8,96,41); }

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

border-color css

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

 span { border-color: rgb(8,96,41); }

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