#075B15

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

Shades of Crusoe #075B15

Tints of Crusoe #075B15

Color information

#075B15 (or 0x075B15) is unknown color: approx Crusoe. HEX triplet: 07, 5B and 15. RGB value is (7,91,21). Sum of RGB (Red+Green+Blue) = 7+91+21=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 91 (35.94% from 255 or 76.47% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 91 - color contains mainly: green. Hex color #075B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075B15 is #F8A4EA. Grayscale: #3A3A3A. Windows color (decimal): -16295147 or 1399559. OLE color: 1399559.

HSL color Cylindrical-coordinate representation of color #075B15: hue angle of 130º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075B15 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB79121-
CMYK0.9200.770.64
HSL130º85.71%19.22%-
HSV(B)130º92.31%35.69%-
XYZ3.967.581.96-
YUV57.9107.1791.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 91 (35.94% from 255) = 76.47%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=5.88%
G=76.47%
B=17.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal791210.9200.770.6413085.7119.22
Hex75B155C04D40825613
Octal713325134011510020212623
Binary111101101110101101110001001101100000010000010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075B15; }

 p { color: rgb(7,91,21); }

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

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

 a { background-color: rgb(7,91,21); }

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

<style>
 span { border-color: #075B15; }

 span { border-color: rgb(7,91,21); }

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