Html Css Color HEX #12760C Green

📋 copy color: '#12760C'

red 18 ◦ green 118 ◦ blue 12

#12760C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #12760C

Tints of Green #12760C

RGB

 RED value IS 18 (7.42% from 255) = 12.16%

 GREEN value IS 118 (46.48% from 255) = 79.73%

 BLUE value IS 12 (5.08% from 255) = 8.11%

R = 12.16%
G = 79.73%
B = 8.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#12760C (or 0x12760C) is known color: Green. HEX triplet: 12, 76 and 0C. RGB value is (18,118,12). Sum of RGB (Red+Green+Blue) = 18+118+12=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 118 (46.48% from 255 or 79.73% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 118 - color contains mainly: green. Hex color #12760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12760C is #ED89F3. Grayscale: #4C4C4C. Windows color (decimal): -15567348 or 816658. OLE color: 816658.

HSL color Cylindrical-coordinate representation of color #12760C: hue angle of 116.6º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12760C is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 12 -
CMYK 0.85 0 0.90 0.54
HSL 116.6º 0.82% 0.25% -
HSV(B) 116.6º 0.9% 0.46% -
XYZ 6.79 13.11 2.52 -
YUV 76.02 91.87 86.62 -
System Red Green Blue C M Y K H S L
Decimal 18 118 12 0.85 0 0.90 0.54 116.6 0.82 0.25
Hex 12 76 C 55 0 5A 36 75 52 19
Octal 22 166 14 125 0 132 66 165 122 31
Binary 10010 1110110 1100 1010101 0 1011010 110110 1110101 1010010 11001

Color Harmonies of #12760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12760C

Black with #12760C

Text Example


Text Example

White with #12760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12760C; }

 p { color: rgb(18,118,12); }

 H1.HeaderClassName
 {
   color: #12760C;
 }
 .AnyTagClassName
 {
   color: #12760C;
 }
</style>

background-color css

<style>
 a { background-color: #12760C; }

 a { background-color: rgb(18,118,12); }

 div.DivClassName
 {
   background-color: #12760C;
 }
 .BgClassName
 {
   background-color: #12760C;
 }
</style>

border-color css

<style>
 span { border-color: #12760C; }

 span { border-color: rgb(18,118,12); }

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