#0C7710

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

Shades of Green #0C7710

Tints of Green #0C7710

Color information

#0C7710 (or 0x0C7710) is unknown color: approx Green. HEX triplet: 0C, 77 and 10. RGB value is (12,119,16). Sum of RGB (Red+Green+Blue) = 12+119+16=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 119 (46.88% from 255 or 80.95% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7710 is #F388EF. Grayscale: #4B4B4B. Windows color (decimal): -15960304 or 1079052. OLE color: 1079052.

HSL color Cylindrical-coordinate representation of color #0C7710: hue angle of 122.24º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7710 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1211916-
CMYK0.9000.870.53
HSL122.24º81.68%25.69%-
HSV(B)122.24º89.92%46.67%-
XYZ6.8413.312.7-
YUV75.2694.5582.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 119 (46.88% from 255) = 80.95%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=8.16%
G=80.95%
B=10.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119160.9000.870.53122.2481.6825.69
HexC77105A057357a521a
Octal141672013201276517212232
Binary11001110111100001011010010101111101011111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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