Html Css Color HEX #127508 Green

📋 copy color: '#127508'

red 18 ◦ green 117 ◦ blue 8

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

Shades of Green #127508

Tints of Green #127508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 81.82%

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

R = 12.59%
G = 81.82%
B = 5.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#127508 (or 0x127508) is known color: Green. HEX triplet: 12, 75 and 08. RGB value is (18,117,8). Sum of RGB (Red+Green+Blue) = 18+117+8=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #127508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127508 is #ED8AF7. Grayscale: #4B4B4B. Windows color (decimal): -15567608 or 554258. OLE color: 554258.

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

Color convert

RGB 18 117 8 -
CMYK 0.85 0 0.93 0.54
HSL 114.5º 0.87% 0.25% -
HSV(B) 114.5º 0.93% 0.46% -
XYZ 6.65 12.87 2.36 -
YUV 74.97 90.2 87.36 -
System Red Green Blue C M Y K H S L
Decimal 18 117 8 0.85 0 0.93 0.54 114.5 0.87 0.25
Hex 12 75 8 55 0 5D 36 72 57 19
Octal 22 165 10 125 0 135 66 162 127 31
Binary 10010 1110101 1000 1010101 0 1011101 110110 1110010 1010111 11001

Color Harmonies of #127508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127508

Black with #127508

Text Example


Text Example

White with #127508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127508; }

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

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

background-color css

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

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

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

border-color css

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

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

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