Html Css Color HEX #127808 Green

📋 copy color: '#127808'

red 18 ◦ green 120 ◦ blue 8

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

Shades of Green #127808

Tints of Green #127808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.48%

R = 12.33%
G = 82.19%
B = 5.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#127808 (or 0x127808) is known color: Green. HEX triplet: 12, 78 and 08. RGB value is (18,120,8). Sum of RGB (Red+Green+Blue) = 18+120+8=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 120 (47.27% from 255 or 82.19% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 120 - color contains mainly: green. Hex color #127808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127808 is #ED87F7. Grayscale: #4D4D4D. Windows color (decimal): -15566840 or 555026. OLE color: 555026.

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

Color convert

RGB 18 120 8 -
CMYK 0.85 0 0.93 0.53
HSL 114.64º 0.88% 0.25% -
HSV(B) 114.64º 0.93% 0.47% -
XYZ 7.01 13.58 2.48 -
YUV 76.73 89.21 86.11 -
System Red Green Blue C M Y K H S L
Decimal 18 120 8 0.85 0 0.93 0.53 114.64 0.88 0.25
Hex 12 78 8 55 0 5D 35 73 58 19
Octal 22 170 10 125 0 135 65 163 130 31
Binary 10010 1111000 1000 1010101 0 1011101 110101 1110011 1011000 11001

Color Harmonies of #127808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127808

Black with #127808

Text Example


Text Example

White with #127808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127808; }

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

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

background-color css

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

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

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

border-color css

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

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

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