#075b21

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

Shades of Crusoe #075B21

Tints of Crusoe #075B21

Color information

#075B21 (or 0x075B21) is unknown color: approx Crusoe. HEX triplet: 07, 5B and 21. RGB value is (7,91,33). Sum of RGB (Red+Green+Blue) = 7+91+33=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 91 (35.94% from 255 or 69.47% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 91 - color contains mainly: green. Hex color #075B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075B21 is #F8A4DE. Grayscale: #3B3B3B. Windows color (decimal): -16295135 or 2185991. OLE color: 2185991.

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

Color convert

RGB79133-
CMYK0.9200.640.64
HSL138.57º85.71%19.22%-
HSV(B)138.57º92.31%35.69%-
XYZ4.17.642.7-
YUV59.27113.1790.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 91 (35.94% from 255) = 69.47%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=5.34%
G=69.47%
B=25.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal791330.9200.640.64138.5785.7119.22
Hex75B215C040408b5613
Octal713341134010010021312623
Binary1111011011100001101110001000000100000010001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075b21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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