#097021

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

Shades of Crusoe #097021

Tints of Crusoe #097021

Color information

#097021 (or 0x097021) is unknown color: approx Crusoe. HEX triplet: 09, 70 and 21. RGB value is (9,112,33). Sum of RGB (Red+Green+Blue) = 9+112+33=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #097021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097021 is #F68FDE. Grayscale: #484848. Windows color (decimal): -16158687 or 2191369. OLE color: 2191369.

HSL color Cylindrical-coordinate representation of color #097021: hue angle of 133.98º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097021 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB911233-
CMYK0.9200.710.56
HSL133.98º85.12%23.73%-
HSV(B)133.98º91.96%43.92%-
XYZ6.1811.763.38-
YUV72.2105.8882.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 112 (44.14% from 255) = 72.73%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=5.84%
G=72.73%
B=21.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112330.9200.710.56133.9885.1223.73
Hex970215C04738865518
Octal111604113401077020612530
Binary1001111000010000110111000100011111100010000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097021; }

 p { color: rgb(9,112,33); }

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

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

 a { background-color: rgb(9,112,33); }

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

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

 span { border-color: rgb(9,112,33); }

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