#075e1d

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

Shades of Crusoe #075E1D

Tints of Crusoe #075E1D

Color information

#075E1D (or 0x075E1D) is unknown color: approx Crusoe. HEX triplet: 07, 5E and 1D. RGB value is (7,94,29). Sum of RGB (Red+Green+Blue) = 7+94+29=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 94 (37.11% from 255 or 72.31% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 94 - color contains mainly: green. Hex color #075E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075E1D is #F8A1E2. Grayscale: #3C3C3C. Windows color (decimal): -16294371 or 1924615. OLE color: 1924615.

HSL color Cylindrical-coordinate representation of color #075E1D: hue angle of 135.17º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075E1D is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB79429-
CMYK0.9300.690.63
HSL135.17º86.14%19.8%-
HSV(B)135.17º92.55%36.86%-
XYZ4.318.142.51-
YUV60.58110.1889.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 94 (37.11% from 255) = 72.31%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=5.38%
G=72.31%
B=22.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal794290.9300.690.63135.1786.1419.8
Hex75E1D5D0453F875614
Octal71363513501057720712624
Binary11110111101110110111010100010111111110000111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075e1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,94,29); }

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

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

 a { background-color: rgb(7,94,29); }

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

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

 span { border-color: rgb(7,94,29); }

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