#0A7317

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

Shades of Green #0A7317

Tints of Green #0A7317

Color information

#0A7317 (or 0x0A7317) is unknown color: approx Green. HEX triplet: 0A, 73 and 17. RGB value is (10,115,23). Sum of RGB (Red+Green+Blue) = 10+115+23=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 115 (45.31% from 255 or 77.70% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7317 is #F58CE8. Grayscale: #494949. Windows color (decimal): -16092393 or 1536778. OLE color: 1536778.

HSL color Cylindrical-coordinate representation of color #0A7317: hue angle of 127.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7317 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1011523-
CMYK0.9100.800.55
HSL127.43º84%24.51%-
HSV(B)127.43º91.3%45.1%-
XYZ6.4112.392.86-
YUV73.1299.7182.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 115 (45.31% from 255) = 77.70%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=6.76%
G=77.70%
B=15.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115230.9100.800.55127.438424.51
HexA73175B050377f5419
Octal121632713301206717712431
Binary10101110011101111011011010100001101111111111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,115,23); }

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

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

 a { background-color: rgb(10,115,23); }

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

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

 span { border-color: rgb(10,115,23); }

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