#05690E

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

Shades of Green #05690E

Tints of Green #05690E

Color information

#05690E (or 0x05690E) is unknown color: approx Green. HEX triplet: 05, 69 and 0E. RGB value is (5,105,14). Sum of RGB (Red+Green+Blue) = 5+105+14=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 105 (41.41% from 255 or 84.68% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 105 - color contains mainly: green. Hex color #05690E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05690E is #FA96F1. Grayscale: #404040. Windows color (decimal): -16422642 or 944389. OLE color: 944389.

HSL color Cylindrical-coordinate representation of color #05690E: hue angle of 125.4º 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 #05690E is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB510514-
CMYK0.9500.870.59
HSL125.4º90.91%21.57%-
HSV(B)125.4º95.24%41.18%-
XYZ5.1910.172.1-
YUV64.7399.3785.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 105 (41.41% from 255) = 84.68%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=4.03%
G=84.68%
B=11.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105140.9500.870.59125.490.9121.57
Hex569E5F0573B7d5b16
Octal51511613701277317513326
Binary101110100111101011111010101111110111111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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