#07701E

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

Shades of Crusoe #07701E

Tints of Crusoe #07701E

Color information

#07701E (or 0x07701E) is unknown color: approx Crusoe. HEX triplet: 07, 70 and 1E. RGB value is (7,112,30). Sum of RGB (Red+Green+Blue) = 7+112+30=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #07701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07701E is #F88FE1. Grayscale: #474747. Windows color (decimal): -16289762 or 1994759. OLE color: 1994759.

HSL color Cylindrical-coordinate representation of color #07701E: hue angle of 133.14º 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 #07701E is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB711230-
CMYK0.9400.730.56
HSL133.14º88.24%23.33%-
HSV(B)133.14º93.75%43.92%-
XYZ6.1211.733.17-
YUV71.26104.7182.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 112 (44.14% from 255) = 75.17%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=4.70%
G=75.17%
B=20.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112300.9400.730.56133.1488.2423.33
Hex7701E5E04938855817
Octal71603613601117020513027
Binary11111100001111010111100100100111100010000101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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