Html Css Color HEX #056C0E Green

📋 copy color: '#056C0E'

red 5 ◦ green 108 ◦ blue 14

#056C0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #056C0E

Tints of Green #056C0E

RGB

 RED value IS 5 (2.34% from 255) = 3.94%

 GREEN value IS 108 (42.58% from 255) = 85.04%

 BLUE value IS 14 (5.86% from 255) = 11.02%

R = 3.94%
G = 85.04%
B = 11.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#056C0E (or 0x056C0E) is known color: Green. HEX triplet: 05, 6C and 0E. RGB value is (5,108,14). Sum of RGB (Red+Green+Blue) = 5+108+14=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #056C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056C0E is #FA93F1. Grayscale: #424242. Windows color (decimal): -16421874 or 945157. OLE color: 945157.

HSL color Cylindrical-coordinate representation of color #056C0E: hue angle of 125.24º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C0E is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 108 14 -
CMYK 0.95 0 0.87 0.58
HSL 125.24º 0.91% 0.22% -
HSV(B) 125.24º 0.95% 0.42% -
XYZ 5.5 10.79 2.21 -
YUV 66.49 98.38 84.14 -
System Red Green Blue C M Y K H S L
Decimal 5 108 14 0.95 0 0.87 0.58 125.24 0.91 0.22
Hex 5 6C E 5F 0 57 3A 7D 5B 16
Octal 5 154 16 137 0 127 72 175 133 26
Binary 101 1101100 1110 1011111 0 1010111 111010 1111101 1011011 10110

Color Harmonies of #056C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C0E

Black with #056C0E

Text Example


Text Example

White with #056C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056C0E; }

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

 H1.HeaderClassName
 {
   color: #056C0E;
 }
 .AnyTagClassName
 {
   color: #056C0E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #056C0E;
 }
 .BgClassName
 {
   background-color: #056C0E;
 }
</style>

border-color css

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

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

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