Html Css Color HEX #127613 Green

📋 copy color: '#127613'

red 18 ◦ green 118 ◦ blue 19

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

Shades of Green #127613

Tints of Green #127613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 11.61%
G = 76.13%
B = 12.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#127613 (or 0x127613) is known color: Green. HEX triplet: 12, 76 and 13. RGB value is (18,118,19). Sum of RGB (Red+Green+Blue) = 18+118+19=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 118 (46.48% from 255 or 76.13% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 118 - color contains mainly: green. Hex color #127613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127613 is #ED89EC. Grayscale: #4D4D4D. Windows color (decimal): -15567341 or 1275410. OLE color: 1275410.

HSL color Cylindrical-coordinate representation of color #127613: hue angle of 120.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127613 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 19 -
CMYK 0.85 0 0.84 0.54
HSL 120.6º 0.74% 0.27% -
HSV(B) 120.6º 0.85% 0.46% -
XYZ 6.85 13.13 2.79 -
YUV 76.81 95.37 86.05 -
System Red Green Blue C M Y K H S L
Decimal 18 118 19 0.85 0 0.84 0.54 120.6 0.74 0.27
Hex 12 76 13 55 0 54 36 79 4A 1B
Octal 22 166 23 125 0 124 66 171 112 33
Binary 10010 1110110 10011 1010101 0 1010100 110110 1111001 1001010 11011

Color Harmonies of #127613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127613

Black with #127613

Text Example


Text Example

White with #127613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127613; }

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

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

background-color css

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

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

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

border-color css

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

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

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