#076621

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

Shades of Crusoe #076621

Tints of Crusoe #076621

Color information

#076621 (or 0x076621) is unknown color: approx Crusoe. HEX triplet: 07, 66 and 21. RGB value is (7,102,33). Sum of RGB (Red+Green+Blue) = 7+102+33=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #076621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076621 is #F899DE. Grayscale: #414141. Windows color (decimal): -16292319 or 2188807. OLE color: 2188807.

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

Color convert

RGB710233-
CMYK0.9300.680.6
HSL136.42º87.16%21.37%-
HSV(B)136.42º93.14%40%-
XYZ5.119.663.03-
YUV65.73109.5386.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 102 (40.23% from 255) = 71.83%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=4.93%
G=71.83%
B=23.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102330.9300.680.6136.4287.1621.37
Hex766215D0443C885715
Octal71464113501047421012725
Binary111110011010000110111010100010011110010001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076621; }

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

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

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

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

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

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

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

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