#0C7310

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

Shades of Green #0C7310

Tints of Green #0C7310

Color information

#0C7310 (or 0x0C7310) is unknown color: approx Green. HEX triplet: 0C, 73 and 10. RGB value is (12,115,16). Sum of RGB (Red+Green+Blue) = 12+115+16=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 115 (45.31% from 255 or 80.42% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7310 is #F38CEF. Grayscale: #494949. Windows color (decimal): -15961328 or 1078028. OLE color: 1078028.

HSL color Cylindrical-coordinate representation of color #0C7310: hue angle of 122.33º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7310 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1211516-
CMYK0.9000.860.55
HSL122.33º81.1%24.9%-
HSV(B)122.33º89.57%45.1%-
XYZ6.3812.382.54-
YUV72.9295.8884.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.39%
GREEN value IS 115 (45.31% from 255) = 80.42%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=8.39%
G=80.42%
B=11.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12115160.9000.860.55122.3381.124.9
HexC73105A056377a5119
Octal141632013201266717212131
Binary11001110011100001011010010101101101111111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,115,16); }

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

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

 a { background-color: rgb(12,115,16); }

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

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

 span { border-color: rgb(12,115,16); }

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