#076818

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

Shades of Crusoe #076818

Tints of Crusoe #076818

Color information

#076818 (or 0x076818) is unknown color: approx Crusoe. HEX triplet: 07, 68 and 18. RGB value is (7,104,24). Sum of RGB (Red+Green+Blue) = 7+104+24=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #076818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076818 is #F897E7. Grayscale: #424242. Windows color (decimal): -16291816 or 1599495. OLE color: 1599495.

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

Color convert

RGB710424-
CMYK0.9300.770.59
HSL130.52º87.39%21.76%-
HSV(B)130.52º93.27%40.78%-
XYZ5.210.012.52-
YUV65.88104.3686-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 104 (41.02% from 255) = 77.04%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=5.19%
G=77.04%
B=17.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104240.9300.770.59130.5287.3921.76
Hex768185D04D3B835716
Octal71503013501157320312726
Binary11111010001100010111010100110111101110000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076818; }

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

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

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

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

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

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

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

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