Html Css Color HEX #056B0E Green

📋 copy color: '#056B0E'

red 5 ◦ green 107 ◦ blue 14

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

Shades of Green #056B0E

Tints of Green #056B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 84.92%

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

R = 3.97%
G = 84.92%
B = 11.11%

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

#056B0E (or 0x056B0E) is known color: Green. HEX triplet: 05, 6B and 0E. RGB value is (5,107,14). Sum of RGB (Red+Green+Blue) = 5+107+14=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 107 (42.19% from 255 or 84.92% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 107 - color contains mainly: green. Hex color #056B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B0E is #FA94F1. Grayscale: #424242. Windows color (decimal): -16422130 or 944901. OLE color: 944901.

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

Color convert

RGB 5 107 14 -
CMYK 0.95 0 0.87 0.58
HSL 125.29º 0.91% 0.22% -
HSV(B) 125.29º 0.95% 0.42% -
XYZ 5.4 10.58 2.17 -
YUV 65.9 98.71 84.56 -
System Red Green Blue C M Y K H S L
Decimal 5 107 14 0.95 0 0.87 0.58 125.29 0.91 0.22
Hex 5 6B E 5F 0 57 3A 7D 5B 16
Octal 5 153 16 137 0 127 72 175 133 26
Binary 101 1101011 1110 1011111 0 1010111 111010 1111101 1011011 10110

Color Harmonies of #056B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B0E

Black with #056B0E

Text Example


Text Example

White with #056B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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