Html Css Color HEX #127807 Green

📋 copy color: '#127807'

red 18 ◦ green 120 ◦ blue 7

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

Shades of Green #127807

Tints of Green #127807

RGB

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

 GREEN value IS 120 (47.27% from 255) = 82.76%

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

R = 12.41%
G = 82.76%
B = 4.83%

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

#127807 (or 0x127807) is known color: Green. HEX triplet: 12, 78 and 07. RGB value is (18,120,7). Sum of RGB (Red+Green+Blue) = 18+120+7=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 120 (47.27% from 255 or 82.76% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 120 - color contains mainly: green. Hex color #127807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127807 is #ED87F8. Grayscale: #4C4C4C. Windows color (decimal): -15566841 or 489490. OLE color: 489490.

HSL color Cylindrical-coordinate representation of color #127807: hue angle of 114.16º 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 #127807 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 7 -
CMYK 0.85 0 0.94 0.53
HSL 114.16º 0.89% 0.25% -
HSV(B) 114.16º 0.94% 0.47% -
XYZ 7 13.58 2.45 -
YUV 76.62 88.71 86.19 -
System Red Green Blue C M Y K H S L
Decimal 18 120 7 0.85 0 0.94 0.53 114.16 0.89 0.25
Hex 12 78 7 55 0 5E 35 72 59 19
Octal 22 170 7 125 0 136 65 162 131 31
Binary 10010 1111000 111 1010101 0 1011110 110101 1110010 1011001 11001

Color Harmonies of #127807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127807

Black with #127807

Text Example


Text Example

White with #127807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127807; }

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

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

background-color css

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

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

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

border-color css

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

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

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