#075D21

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

Shades of Crusoe #075D21

Tints of Crusoe #075D21

Color information

#075D21 (or 0x075D21) is unknown color: approx Crusoe. HEX triplet: 07, 5D and 21. RGB value is (7,93,33). Sum of RGB (Red+Green+Blue) = 7+93+33=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #075D21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D21 is #F8A2DE. Grayscale: #3C3C3C. Windows color (decimal): -16294623 or 2186503. OLE color: 2186503.

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

Color convert

RGB79333-
CMYK0.9200.650.64
HSL138.14º86%19.61%-
HSV(B)138.14º92.47%36.47%-
XYZ4.287.982.75-
YUV60.45112.5189.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 93 (36.72% from 255) = 69.92%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=5.26%
G=69.92%
B=24.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal793330.9200.650.64138.148619.61
Hex75D215C041408a5614
Octal713541134010110021212624
Binary1111011101100001101110001000001100000010001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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