#08721E

Color #08721E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #08721E

Tints of Crusoe #08721E

Color information

#08721E (or 0x08721E) is unknown color: approx Crusoe. HEX triplet: 08, 72 and 1E. RGB value is (8,114,30). Sum of RGB (Red+Green+Blue) = 8+114+30=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #08721E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08721E is #F78DE1. Grayscale: #484848. Windows color (decimal): -16223714 or 1995272. OLE color: 1995272.

HSL color Cylindrical-coordinate representation of color #08721E: hue angle of 132.45º 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 #08721E is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB811430-
CMYK0.9300.740.55
HSL132.45º86.89%23.92%-
HSV(B)132.45º92.98%44.71%-
XYZ6.3512.183.24-
YUV72.73103.8881.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 114 (44.92% from 255) = 75%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=5.26%
G=75%
B=19.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114300.9300.740.55132.4586.8923.92
Hex8721E5D04A37845718
Octal101623613501126720412730
Binary100011100101111010111010100101011011110000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08721E; }

 p { color: rgb(8,114,30); }

 H1.HeaderClassName
 {
   color: #08721E;
 }
 .AnyTagClassName
 {
   color: #08721E;
 }
</style>
background-color css

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

 a { background-color: rgb(8,114,30); }

 div.DivClassName
 {
   background-color: #08721E;
 }
 .BgClassName
 {
   background-color: #08721E;
 }
</style>
border-color css

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

 span { border-color: rgb(8,114,30); }

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