#07601E

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

Shades of Crusoe #07601E

Tints of Crusoe #07601E

Color information

#07601E (or 0x07601E) is unknown color: approx Crusoe. HEX triplet: 07, 60 and 1E. RGB value is (7,96,30). Sum of RGB (Red+Green+Blue) = 7+96+30=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #07601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07601E is #F89FE1. Grayscale: #3E3E3E. Windows color (decimal): -16293858 or 1990663. OLE color: 1990663.

HSL color Cylindrical-coordinate representation of color #07601E: hue angle of 135.51º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07601E is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB79630-
CMYK0.9300.690.62
HSL135.51º86.41%20.2%-
HSV(B)135.51º92.71%37.65%-
XYZ4.58.52.63-
YUV61.86110.0188.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=5.26%
G=72.18%
B=22.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796300.9300.690.62135.5186.4120.2
Hex7601E5D0453E885614
Octal71403613501057621012624
Binary11111000001111010111010100010111111010001000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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