#07701F

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

Shades of Crusoe #07701F

Tints of Crusoe #07701F

Color information

#07701F (or 0x07701F) is unknown color: approx Crusoe. HEX triplet: 07, 70 and 1F. RGB value is (7,112,31). Sum of RGB (Red+Green+Blue) = 7+112+31=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #07701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07701F is #F88FE0. Grayscale: #474747. Windows color (decimal): -16289761 or 2060295. OLE color: 2060295.

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

Color convert

RGB711231-
CMYK0.9400.720.56
HSL133.71º88.24%23.33%-
HSV(B)133.71º93.75%43.92%-
XYZ6.1311.733.24-
YUV71.37105.2182.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 112 (44.14% from 255) = 74.67%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=4.67%
G=74.67%
B=20.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112310.9400.720.56133.7188.2423.33
Hex7701F5E04838865817
Octal71603713601107020613027
Binary11111100001111110111100100100011100010000110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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