#075415

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

Shades of Crusoe #075415

Tints of Crusoe #075415

Color information

#075415 (or 0x075415) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 15. RGB value is (7,84,21). Sum of RGB (Red+Green+Blue) = 7+84+21=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #075415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075415 is #F8ABEA. Grayscale: #353535. Windows color (decimal): -16296939 or 1397767. OLE color: 1397767.

HSL color Cylindrical-coordinate representation of color #075415: hue angle of 130.91º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075415 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB78421-
CMYK0.9200.750.67
HSL130.91º84.62%17.84%-
HSV(B)130.91º91.67%32.94%-
XYZ3.396.441.77-
YUV53.79109.4994.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 84 (33.20% from 255) = 75%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=6.25%
G=75%
B=18.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784210.9200.750.67130.9184.6217.84
Hex754155C04B43835512
Octal712425134011310320312522
Binary111101010010101101110001001011100001110000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075415; }

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

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

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

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

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

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

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

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