Html Css Color HEX #12740C Green

📋 copy color: '#12740C'

red 18 ◦ green 116 ◦ blue 12

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

Shades of Green #12740C

Tints of Green #12740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 79.45%

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

R = 12.33%
G = 79.45%
B = 8.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#12740C (or 0x12740C) is known color: Green. HEX triplet: 12, 74 and 0C. RGB value is (18,116,12). Sum of RGB (Red+Green+Blue) = 18+116+12=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 116 (45.70% from 255 or 79.45% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 116 - color contains mainly: green. Hex color #12740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12740C is #ED8BF3. Grayscale: #4B4B4B. Windows color (decimal): -15567860 or 816146. OLE color: 816146.

HSL color Cylindrical-coordinate representation of color #12740C: hue angle of 116.54º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12740C is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 12 -
CMYK 0.84 0 0.90 0.55
HSL 116.54º 0.81% 0.25% -
HSV(B) 116.54º 0.9% 0.45% -
XYZ 6.56 12.65 2.44 -
YUV 74.84 92.53 87.46 -
System Red Green Blue C M Y K H S L
Decimal 18 116 12 0.84 0 0.90 0.55 116.54 0.81 0.25
Hex 12 74 C 54 0 5A 37 75 51 19
Octal 22 164 14 124 0 132 67 165 121 31
Binary 10010 1110100 1100 1010100 0 1011010 110111 1110101 1010001 11001

Color Harmonies of #12740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12740C

Black with #12740C

Text Example


Text Example

White with #12740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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