#07511B

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

Shades of Crusoe #07511B

Tints of Crusoe #07511B

Color information

#07511B (or 0x07511B) is unknown color: approx Crusoe. HEX triplet: 07, 51 and 1B. RGB value is (7,81,27). Sum of RGB (Red+Green+Blue) = 7+81+27=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #07511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07511B is #F8AEE4. Grayscale: #343434. Windows color (decimal): -16297701 or 1790215. OLE color: 1790215.

HSL color Cylindrical-coordinate representation of color #07511B: hue angle of 136.22º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07511B is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB78127-
CMYK0.9100.670.68
HSL136.22º84.09%17.25%-
HSV(B)136.22º91.36%31.76%-
XYZ3.236.012.03-
YUV52.72113.4895.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 81 (32.03% from 255) = 70.43%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=6.09%
G=70.43%
B=23.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal781270.9100.670.68136.2284.0917.25
Hex7511B5B04344885411
Octal712133133010310421012421
Binary111101000111011101101101000011100010010001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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