Html Css Color HEX #127907 Green

📋 copy color: '#127907'

red 18 ◦ green 121 ◦ blue 7

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

Shades of Green #127907

Tints of Green #127907

RGB

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

 GREEN value IS 121 (47.66% from 255) = 82.88%

 BLUE value IS 7 (3.13% from 255) = 4.79%

R = 12.33%
G = 82.88%
B = 4.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#127907 (or 0x127907) is known color: Green. HEX triplet: 12, 79 and 07. RGB value is (18,121,7). Sum of RGB (Red+Green+Blue) = 18+121+7=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 121 (47.66% from 255 or 82.88% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 121 - color contains mainly: green. Hex color #127907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127907 is #ED86F8. Grayscale: #4D4D4D. Windows color (decimal): -15566585 or 489746. OLE color: 489746.

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

Color convert

RGB 18 121 7 -
CMYK 0.85 0 0.94 0.53
HSL 114.21º 0.89% 0.25% -
HSV(B) 114.21º 0.94% 0.47% -
XYZ 7.13 13.82 2.49 -
YUV 77.21 88.38 85.77 -
System Red Green Blue C M Y K H S L
Decimal 18 121 7 0.85 0 0.94 0.53 114.21 0.89 0.25
Hex 12 79 7 55 0 5E 35 72 59 19
Octal 22 171 7 125 0 136 65 162 131 31
Binary 10010 1111001 111 1010101 0 1011110 110101 1110010 1011001 11001

Color Harmonies of #127907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127907

Black with #127907

Text Example


Text Example

White with #127907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127907; }

 p { color: rgb(18,121,7); }

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

background-color css

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

 a { background-color: rgb(18,121,7); }

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

border-color css

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

 span { border-color: rgb(18,121,7); }

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