Html Css Color HEX #087028 Crusoe

📋 copy color: '#087028'

red 8 ◦ green 112 ◦ blue 40

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

Shades of Crusoe #087028

Tints of Crusoe #087028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 70%

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

R = 5%
G = 70%
B = 25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#087028 (or 0x087028) is known color: Crusoe. HEX triplet: 08, 70 and 28. RGB value is (8,112,40). Sum of RGB (Red+Green+Blue) = 8+112+40=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #087028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087028 is #F78FD7. Grayscale: #484848. Windows color (decimal): -16224216 or 2650120. OLE color: 2650120.

HSL color Cylindrical-coordinate representation of color #087028: hue angle of 138.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087028 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 40 -
CMYK 0.93 0 0.64 0.56
HSL 138.46º 0.87% 0.24% -
HSV(B) 138.46º 0.93% 0.44% -
XYZ 6.28 11.79 3.95 -
YUV 72.7 109.54 81.85 -
System Red Green Blue C M Y K H S L
Decimal 8 112 40 0.93 0 0.64 0.56 138.46 0.87 0.24
Hex 8 70 28 5D 0 40 38 8A 57 18
Octal 10 160 50 135 0 100 70 212 127 30
Binary 1000 1110000 101000 1011101 0 1000000 111000 10001010 1010111 11000

Color Harmonies of #087028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087028

Black with #087028

Text Example


Text Example

White with #087028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087028; }

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

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

background-color css

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

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

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

border-color css

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

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

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