#0C7719

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

Shades of Green #0C7719

Tints of Green #0C7719

Color information

#0C7719 (or 0x0C7719) is unknown color: approx Green. HEX triplet: 0C, 77 and 19. RGB value is (12,119,25). Sum of RGB (Red+Green+Blue) = 12+119+25=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 119 (46.88% from 255 or 76.28% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7719 is #F388E6. Grayscale: #4C4C4C. Windows color (decimal): -15960295 or 1668876. OLE color: 1668876.

HSL color Cylindrical-coordinate representation of color #0C7719: hue angle of 127.29º 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 #0C7719 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1211925-
CMYK0.9000.790.53
HSL127.29º81.68%25.69%-
HSV(B)127.29º89.92%46.67%-
XYZ6.9213.343.13-
YUV76.2999.0582.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.69%
GREEN value IS 119 (46.88% from 255) = 76.28%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=7.69%
G=76.28%
B=16.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119250.9000.790.53127.2981.6825.69
HexC77195A04F357f521a
Octal141673113201176517712232
Binary11001110111110011011010010011111101011111111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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