#08722A

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

Shades of Crusoe #08722A

Tints of Crusoe #08722A

Color information

#08722A (or 0x08722A) is unknown color: approx Crusoe. HEX triplet: 08, 72 and 2A. RGB value is (8,114,42). Sum of RGB (Red+Green+Blue) = 8+114+42=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 114 (44.92% from 255 or 69.51% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 114 - color contains mainly: green. Hex color #08722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08722A is #F78DD5. Grayscale: #4A4A4A. Windows color (decimal): -16223702 or 2781704. OLE color: 2781704.

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

Color convert

RGB811442-
CMYK0.9300.630.55
HSL139.25º86.89%23.92%-
HSV(B)139.25º92.98%44.71%-
XYZ6.5412.254.21-
YUV74.1109.8880.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 114 (44.92% from 255) = 69.51%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=4.88%
G=69.51%
B=25.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114420.9300.630.55139.2586.8923.92
Hex8722A5D03F378b5718
Octal10162521350776721312730
Binary100011100101010101011101011111111011110001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08722A; }

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

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

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

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

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

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

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

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