#056B0B

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

Shades of Green #056B0B

Tints of Green #056B0B

Color information

#056B0B (or 0x056B0B) is unknown color: approx Green. HEX triplet: 05, 6B and 0B. RGB value is (5,107,11). Sum of RGB (Red+Green+Blue) = 5+107+11=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 107 (42.19% from 255 or 86.99% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 107 - color contains mainly: green. Hex color #056B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B0B is #FA94F4. Grayscale: #414141. Windows color (decimal): -16422133 or 748293. OLE color: 748293.

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

Color convert

RGB510711-
CMYK0.9500.900.58
HSL123.53º91.07%21.96%-
HSV(B)123.53º95.33%41.96%-
XYZ5.3810.572.07-
YUV65.5697.2184.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 107 (42.19% from 255) = 86.99%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=4.07%
G=86.99%
B=8.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5107110.9500.900.58123.5391.0721.96
Hex56BB5F05A3A7c5b16
Octal51531313701327217413326
Binary101110101110111011111010110101110101111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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