#0A6B0D

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

Shades of Green #0A6B0D

Tints of Green #0A6B0D

Color information

#0A6B0D (or 0x0A6B0D) is unknown color: approx Green. HEX triplet: 0A, 6B and 0D. RGB value is (10,107,13). Sum of RGB (Red+Green+Blue) = 10+107+13=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 107 (42.19% from 255 or 82.31% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6B0D is #F594F2. Grayscale: #434343. Windows color (decimal): -16094451 or 879370. OLE color: 879370.

HSL color Cylindrical-coordinate representation of color #0A6B0D: hue angle of 121.86º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B0D is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB1010713-
CMYK0.9100.880.58
HSL121.86º82.91%22.94%-
HSV(B)121.86º90.65%41.96%-
XYZ5.4610.612.14-
YUV67.2897.3687.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.69%
GREEN value IS 107 (42.19% from 255) = 82.31%
BLUE value IS 13 (5.47% from 255) = 10%
R=7.69%
G=82.31%
B=10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10107130.9100.880.58121.8682.9122.94
HexA6BD5B0583A7a5317
Octal121531513301307217212327
Binary1010110101111011011011010110001110101111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6B0D; }

 p { color: rgb(10,107,13); }

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

<style>
 a { background-color: #0A6B0D; }

 a { background-color: rgb(10,107,13); }

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

<style>
 span { border-color: #0A6B0D; }

 span { border-color: rgb(10,107,13); }

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