#0A761B

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

Shades of Green #0A761B

Tints of Green #0A761B

Color information

#0A761B (or 0x0A761B) is unknown color: approx Green. HEX triplet: 0A, 76 and 1B. RGB value is (10,118,27). Sum of RGB (Red+Green+Blue) = 10+118+27=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 118 (46.48% from 255 or 76.13% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 118 - color contains mainly: green. Hex color #0A761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A761B is #F589E4. Grayscale: #4B4B4B. Windows color (decimal): -16091621 or 1799690. OLE color: 1799690.

HSL color Cylindrical-coordinate representation of color #0A761B: hue angle of 129.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A761B is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1011827-
CMYK0.9200.770.54
HSL129.44º84.38%25.1%-
HSV(B)129.44º91.53%46.27%-
XYZ6.813.13.21-
YUV75.33100.7281.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 118 (46.48% from 255) = 76.13%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=6.45%
G=76.13%
B=17.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118270.9200.770.54129.4484.3825.1
HexA761B5C04D36815419
Octal121663313401156620112431
Binary101011101101101110111000100110111011010000001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,118,27); }

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

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

 a { background-color: rgb(10,118,27); }

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

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

 span { border-color: rgb(10,118,27); }

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