#076218

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

Shades of Crusoe #076218

Tints of Crusoe #076218

Color information

#076218 (or 0x076218) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 18. RGB value is (7,98,24). Sum of RGB (Red+Green+Blue) = 7+98+24=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #076218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076218 is #F89DE7. Grayscale: #3E3E3E. Windows color (decimal): -16293352 or 1597959. OLE color: 1597959.

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

Color convert

RGB79824-
CMYK0.9300.760.62
HSL131.21º86.67%20.59%-
HSV(B)131.21º92.86%38.43%-
XYZ4.628.852.33-
YUV62.36106.3588.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 98 (38.67% from 255) = 75.97%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=5.43%
G=75.97%
B=18.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798240.9300.760.62131.2186.6720.59
Hex762185D04C3E835715
Octal71423013501147620312725
Binary11111000101100010111010100110011111010000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076218; }

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

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

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

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

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

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

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

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