#076828

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

Shades of Crusoe #076828

Tints of Crusoe #076828

Color information

#076828 (or 0x076828) is unknown color: approx Crusoe. HEX triplet: 07, 68 and 28. RGB value is (7,104,40). Sum of RGB (Red+Green+Blue) = 7+104+40=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #076828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076828 is #F897D7. Grayscale: #434343. Windows color (decimal): -16291800 or 2648071. OLE color: 2648071.

HSL color Cylindrical-coordinate representation of color #076828: hue angle of 140.41º 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 #076828 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB710440-
CMYK0.9300.620.59
HSL140.41º87.39%21.76%-
HSV(B)140.41º93.27%40.78%-
XYZ5.4210.13.67-
YUV67.7112.3684.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=4.64%
G=68.87%
B=26.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104400.9300.620.59140.4187.3921.76
Hex768285D03E3B8c5716
Octal7150501350767321412726
Binary11111010001010001011101011111011101110001100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076828; }

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

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

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

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

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

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

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

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