#05680C

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

Shades of Green #05680C

Tints of Green #05680C

Color information

#05680C (or 0x05680C) is unknown color: approx Green. HEX triplet: 05, 68 and 0C. RGB value is (5,104,12). Sum of RGB (Red+Green+Blue) = 5+104+12=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #05680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05680C is #FA97F3. Grayscale: #404040. Windows color (decimal): -16422900 or 813061. OLE color: 813061.

HSL color Cylindrical-coordinate representation of color #05680C: hue angle of 124.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05680C is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB510412-
CMYK0.9500.880.59
HSL124.24º90.83%21.37%-
HSV(B)124.24º95.19%40.78%-
XYZ5.089.962-
YUV63.9198.785.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 104 (41.02% from 255) = 85.95%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=4.13%
G=85.95%
B=9.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5104120.9500.880.59124.2490.8321.37
Hex568C5F0583B7c5b15
Octal51501413701307317413325
Binary101110100011001011111010110001110111111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05680C; }

 p { color: rgb(5,104,12); }

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

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

 a { background-color: rgb(5,104,12); }

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

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

 span { border-color: rgb(5,104,12); }

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