#075D13

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

Shades of Crusoe #075D13

Tints of Crusoe #075D13

Color information

#075D13 (or 0x075D13) is unknown color: approx Crusoe. HEX triplet: 07, 5D and 13. RGB value is (7,93,19). Sum of RGB (Red+Green+Blue) = 7+93+19=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 93 (36.72% from 255 or 78.15% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 93 - color contains mainly: green. Hex color #075D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075D13 is #F8A2EC. Grayscale: #3B3B3B. Windows color (decimal): -16294637 or 1268999. OLE color: 1268999.

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

Color convert

RGB79319-
CMYK0.9200.800.64
HSL128.37º86%19.61%-
HSV(B)128.37º92.47%36.47%-
XYZ4.127.921.93-
YUV58.85105.5191.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 93 (36.72% from 255) = 78.15%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=5.88%
G=78.15%
B=15.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal793190.9200.800.64128.378619.61
Hex75D135C05040805614
Octal713523134012010020012624
Binary111101110110011101110001010000100000010000000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,93,19); }

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

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

 a { background-color: rgb(7,93,19); }

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

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

 span { border-color: rgb(7,93,19); }

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