Html Css Color HEX #086028 Crusoe

📋 copy color: '#086028'

red 8 ◦ green 96 ◦ blue 40

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

Shades of Crusoe #086028

Tints of Crusoe #086028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 5.56%
G = 66.67%
B = 27.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#086028 (or 0x086028) is known color: Crusoe. HEX triplet: 08, 60 and 28. RGB value is (8,96,40). Sum of RGB (Red+Green+Blue) = 8+96+40=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #086028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086028 is #F79FD7. Grayscale: #3F3F3F. Windows color (decimal): -16228312 or 2646024. OLE color: 2646024.

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

Color convert

RGB 8 96 40 -
CMYK 0.92 0 0.58 0.62
HSL 141.82º 0.85% 0.2% -
HSV(B) 141.82º 0.92% 0.38% -
XYZ 4.67 8.57 3.42 -
YUV 63.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 8 96 40 0.92 0 0.58 0.62 141.82 0.85 0.2
Hex 8 60 28 5C 0 3A 3E 8E 55 14
Octal 10 140 50 134 0 72 76 216 125 24
Binary 1000 1100000 101000 1011100 0 111010 111110 10001110 1010101 10100

Color Harmonies of #086028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086028

Black with #086028

Text Example


Text Example

White with #086028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086028; }

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

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

background-color css

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

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

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

border-color css

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

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

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