#05690A

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

Shades of Green #05690A

Tints of Green #05690A

Color information

#05690A (or 0x05690A) is unknown color: approx Green. HEX triplet: 05, 69 and 0A. RGB value is (5,105,10). Sum of RGB (Red+Green+Blue) = 5+105+10=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #05690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05690A is #FA96F5. Grayscale: #404040. Windows color (decimal): -16422646 or 682245. OLE color: 682245.

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

Color convert

RGB510510-
CMYK0.9500.900.59
HSL123º90.91%21.57%-
HSV(B)123º95.24%41.18%-
XYZ5.1710.161.98-
YUV64.2797.3785.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 105 (41.41% from 255) = 87.5%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=4.17%
G=87.5%
B=8.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105100.9500.900.5912390.9121.57
Hex569A5F05A3B7b5b16
Octal51511213701327317313326
Binary101110100110101011111010110101110111111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05690A; }

 p { color: rgb(5,105,10); }

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

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

 a { background-color: rgb(5,105,10); }

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

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

 span { border-color: rgb(5,105,10); }

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