#0C771A

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

Shades of Green #0C771A

Tints of Green #0C771A

Color information

#0C771A (or 0x0C771A) is unknown color: approx Green. HEX triplet: 0C, 77 and 1A. RGB value is (12,119,26). Sum of RGB (Red+Green+Blue) = 12+119+26=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #0C771A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C771A is #F388E5. Grayscale: #4C4C4C. Windows color (decimal): -15960294 or 1734412. OLE color: 1734412.

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

Color convert

RGB1211926-
CMYK0.9000.780.53
HSL127.85º81.68%25.69%-
HSV(B)127.85º89.92%46.67%-
XYZ6.9313.353.19-
YUV76.499.5582.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 119 (46.88% from 255) = 75.80%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=7.64%
G=75.80%
B=16.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119260.9000.780.53127.8581.6825.69
HexC771A5A04E3580521a
Octal141673213201166520012232
Binary110011101111101010110100100111011010110000000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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