Html Css Color HEX #087320 Crusoe

📋 copy color: '#087320'

red 8 ◦ green 115 ◦ blue 32

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

Shades of Crusoe #087320

Tints of Crusoe #087320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.19%

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 5.16%
G = 74.19%
B = 20.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#087320 (or 0x087320) is known color: Crusoe. HEX triplet: 08, 73 and 20. RGB value is (8,115,32). Sum of RGB (Red+Green+Blue) = 8+115+32=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #087320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087320 is #F78CDF. Grayscale: #494949. Windows color (decimal): -16223456 or 2126600. OLE color: 2126600.

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

Color convert

RGB 8 115 32 -
CMYK 0.93 0 0.72 0.55
HSL 133.46º 0.87% 0.24% -
HSV(B) 133.46º 0.93% 0.45% -
XYZ 6.49 12.42 3.42 -
YUV 73.55 104.55 81.25 -
System Red Green Blue C M Y K H S L
Decimal 8 115 32 0.93 0 0.72 0.55 133.46 0.87 0.24
Hex 8 73 20 5D 0 48 37 85 57 18
Octal 10 163 40 135 0 110 67 205 127 30
Binary 1000 1110011 100000 1011101 0 1001000 110111 10000101 1010111 11000

Color Harmonies of #087320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087320

Black with #087320

Text Example


Text Example

White with #087320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087320; }

 p { color: rgb(8,115,32); }

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

background-color css

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

 a { background-color: rgb(8,115,32); }

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

border-color css

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

 span { border-color: rgb(8,115,32); }

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