#07601B

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

Shades of Crusoe #07601B

Tints of Crusoe #07601B

Color information

#07601B (or 0x07601B) is unknown color: approx Crusoe. HEX triplet: 07, 60 and 1B. RGB value is (7,96,27). Sum of RGB (Red+Green+Blue) = 7+96+27=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #07601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07601B is #F89FE4. Grayscale: #3D3D3D. Windows color (decimal): -16293861 or 1794055. OLE color: 1794055.

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

Color convert

RGB79627-
CMYK0.9300.720.62
HSL133.48º86.41%20.2%-
HSV(B)133.48º92.71%37.65%-
XYZ4.478.492.44-
YUV61.52108.5189.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 96 (37.89% from 255) = 73.85%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=5.38%
G=73.85%
B=20.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796270.9300.720.62133.4886.4120.2
Hex7601B5D0483E855614
Octal71403313501107620512624
Binary11111000001101110111010100100011111010000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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