#075D22

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

Shades of Crusoe #075D22

Tints of Crusoe #075D22

Color information

#075D22 (or 0x075D22) is unknown color: approx Crusoe. HEX triplet: 07, 5D and 22. RGB value is (7,93,34). Sum of RGB (Red+Green+Blue) = 7+93+34=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #075D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D22 is #F8A2DD. Grayscale: #3C3C3C. Windows color (decimal): -16294622 or 2252039. OLE color: 2252039.

HSL color Cylindrical-coordinate representation of color #075D22: hue angle of 138.84º 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 #075D22 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB79334-
CMYK0.9200.630.64
HSL138.84º86%19.61%-
HSV(B)138.84º92.47%36.47%-
XYZ4.297.992.83-
YUV60.56113.0189.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 93 (36.72% from 255) = 69.40%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=5.22%
G=69.40%
B=25.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal793340.9200.630.64138.848619.61
Hex75D225C03F408b5614
Octal71354213407710021312624
Binary111101110110001010111000111111100000010001011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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