#07721E

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

Shades of Crusoe #07721E

Tints of Crusoe #07721E

Color information

#07721E (or 0x07721E) is unknown color: approx Crusoe. HEX triplet: 07, 72 and 1E. RGB value is (7,114,30). Sum of RGB (Red+Green+Blue) = 7+114+30=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #07721E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07721E is #F88DE1. Grayscale: #484848. Windows color (decimal): -16289250 or 1995271. OLE color: 1995271.

HSL color Cylindrical-coordinate representation of color #07721E: hue angle of 132.9º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07721E is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB711430-
CMYK0.9400.740.55
HSL132.9º88.43%23.73%-
HSV(B)132.9º93.86%44.71%-
XYZ6.3412.173.24-
YUV72.43104.0581.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 114 (44.92% from 255) = 75.50%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=4.64%
G=75.50%
B=19.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114300.9400.740.55132.988.4323.73
Hex7721E5E04A37855818
Octal71623613601126720513030
Binary11111100101111010111100100101011011110000101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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