#07702E

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

Shades of Crusoe #07702E

Tints of Crusoe #07702E

Color information

#07702E (or 0x07702E) is unknown color: approx Crusoe. HEX triplet: 07, 70 and 2E. RGB value is (7,112,46). Sum of RGB (Red+Green+Blue) = 7+112+46=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #07702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07702E is #F88FD1. Grayscale: #494949. Windows color (decimal): -16289746 or 3043335. OLE color: 3043335.

HSL color Cylindrical-coordinate representation of color #07702E: hue angle of 142.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07702E is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB711246-
CMYK0.9400.590.56
HSL142.29º88.24%23.33%-
HSV(B)142.29º93.75%43.92%-
XYZ6.3711.834.53-
YUV73.08112.7180.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 112 (44.14% from 255) = 67.88%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=4.24%
G=67.88%
B=27.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112460.9400.590.56142.2988.2423.33
Hex7702E5E03B388e5817
Octal7160561360737021613027
Binary11111100001011101011110011101111100010001110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,112,46); }

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

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

 a { background-color: rgb(7,112,46); }

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

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

 span { border-color: rgb(7,112,46); }

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