#07611a

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

Shades of Crusoe #07611A

Tints of Crusoe #07611A

Color information

#07611A (or 0x07611A) is unknown color: approx Crusoe. HEX triplet: 07, 61 and 1A. RGB value is (7,97,26). Sum of RGB (Red+Green+Blue) = 7+97+26=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #07611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07611A is #F89EE5. Grayscale: #3E3E3E. Windows color (decimal): -16293606 or 1728775. OLE color: 1728775.

HSL color Cylindrical-coordinate representation of color #07611A: hue angle of 132.67º degrees, saturation: 0.87, 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 #07611A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB79726-
CMYK0.9300.730.62
HSL132.67º86.54%20.39%-
HSV(B)132.67º92.78%38.04%-
XYZ4.558.672.41-
YUV62107.6888.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 97 (38.28% from 255) = 74.62%
BLUE value IS 26 (10.55% from 255) = 20%
R=5.38%
G=74.62%
B=20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797260.9300.730.62132.6786.5420.39
Hex7611A5D0493E855714
Octal71413213501117620512724
Binary11111000011101010111010100100111111010000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07611a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07611a; }

 p { color: rgb(7,97,26); }

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

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

 a { background-color: rgb(7,97,26); }

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

<style>
 span { border-color: #07611a; }

 span { border-color: rgb(7,97,26); }

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