Html Css Color HEX #086021 Crusoe

📋 copy color: '#086021'

red 8 ◦ green 96 ◦ blue 33

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

Shades of Crusoe #086021

Tints of Crusoe #086021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 5.84%
G = 70.07%
B = 24.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#086021 (or 0x086021) is known color: Crusoe. HEX triplet: 08, 60 and 21. RGB value is (8,96,33). Sum of RGB (Red+Green+Blue) = 8+96+33=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #086021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086021 is #F79FDE. Grayscale: #3E3E3E. Windows color (decimal): -16228319 or 2187272. OLE color: 2187272.

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

Color convert

RGB 8 96 33 -
CMYK 0.92 0 0.66 0.62
HSL 137.05º 0.85% 0.2% -
HSV(B) 137.05º 0.92% 0.38% -
XYZ 4.56 8.53 2.84 -
YUV 62.51 111.35 89.12 -
System Red Green Blue C M Y K H S L
Decimal 8 96 33 0.92 0 0.66 0.62 137.05 0.85 0.2
Hex 8 60 21 5C 0 42 3E 89 55 14
Octal 10 140 41 134 0 102 76 211 125 24
Binary 1000 1100000 100001 1011100 0 1000010 111110 10001001 1010101 10100

Color Harmonies of #086021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086021

Black with #086021

Text Example


Text Example

White with #086021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086021; }

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

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

background-color css

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

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

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

border-color css

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

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

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