#07722B

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

Shades of Crusoe #07722B

Tints of Crusoe #07722B

Color information

#07722B (or 0x07722B) is unknown color: approx Crusoe. HEX triplet: 07, 72 and 2B. RGB value is (7,114,43). Sum of RGB (Red+Green+Blue) = 7+114+43=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 114 (44.92% from 255 or 69.51% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 114 - color contains mainly: green. Hex color #07722B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07722B is #F88DD4. Grayscale: #4A4A4A. Windows color (decimal): -16289237 or 2847239. OLE color: 2847239.

HSL color Cylindrical-coordinate representation of color #07722B: hue angle of 140.19º 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 #07722B is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB711443-
CMYK0.9400.620.55
HSL140.19º88.43%23.73%-
HSV(B)140.19º93.86%44.71%-
XYZ6.5412.254.31-
YUV73.91110.5580.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 114 (44.92% from 255) = 69.51%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=4.27%
G=69.51%
B=26.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114430.9400.620.55140.1988.4323.73
Hex7722B5E03E378c5818
Octal7162531360766721413030
Binary11111100101010111011110011111011011110001100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07722B; }

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

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

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

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

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

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

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

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