#12770B

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

Shades of Green #12770B

Tints of Green #12770B

Color information

#12770B (or 0x12770B) is unknown color: approx Green. HEX triplet: 12, 77 and 0B. RGB value is (18,119,11). Sum of RGB (Red+Green+Blue) = 18+119+11=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #12770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12770B is #ED88F4. Grayscale: #4C4C4C. Windows color (decimal): -15567093 or 751378. OLE color: 751378.

HSL color Cylindrical-coordinate representation of color #12770B: hue angle of 116.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12770B is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1811911-
CMYK0.8500.910.53
HSL116.11º83.08%25.49%-
HSV(B)116.11º90.76%46.67%-
XYZ6.9113.352.53-
YUV76.4991.0486.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 119 (46.88% from 255) = 80.41%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=12.16%
G=80.41%
B=7.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119110.8500.910.53116.1183.0825.49
Hex1277B5505B35745319
Octal221671312501336516412331
Binary10010111011110111010101010110111101011110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12770B; }

 p { color: rgb(18,119,11); }

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

<style>
 a { background-color: #12770B; }

 a { background-color: rgb(18,119,11); }

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

<style>
 span { border-color: #12770B; }

 span { border-color: rgb(18,119,11); }

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