#076821

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

Shades of Crusoe #076821

Tints of Crusoe #076821

Color information

#076821 (or 0x076821) is unknown color: approx Crusoe. HEX triplet: 07, 68 and 21. RGB value is (7,104,33). Sum of RGB (Red+Green+Blue) = 7+104+33=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #076821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076821 is #F897DE. Grayscale: #434343. Windows color (decimal): -16291807 or 2189319. OLE color: 2189319.

HSL color Cylindrical-coordinate representation of color #076821: hue angle of 136.08º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076821 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB710433-
CMYK0.9300.680.59
HSL136.08º87.39%21.76%-
HSV(B)136.08º93.27%40.78%-
XYZ5.3110.063.1-
YUV66.9108.8685.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 104 (41.02% from 255) = 72.22%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=4.86%
G=72.22%
B=22.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104330.9300.680.59136.0887.3921.76
Hex768215D0443B885716
Octal71504113501047321012726
Binary111110100010000110111010100010011101110001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076821; }

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

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

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

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

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

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

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

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