Html Css Color HEX #127509 Green

📋 copy color: '#127509'

red 18 ◦ green 117 ◦ blue 9

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

Shades of Green #127509

Tints of Green #127509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.25%

R = 12.5%
G = 81.25%
B = 6.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#127509 (or 0x127509) is known color: Green. HEX triplet: 12, 75 and 09. RGB value is (18,117,9). Sum of RGB (Red+Green+Blue) = 18+117+9=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #127509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127509 is #ED8AF6. Grayscale: #4B4B4B. Windows color (decimal): -15567607 or 619794. OLE color: 619794.

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

Color convert

RGB 18 117 9 -
CMYK 0.85 0 0.92 0.54
HSL 115º 0.86% 0.25% -
HSV(B) 115º 0.92% 0.46% -
XYZ 6.66 12.87 2.39 -
YUV 75.09 90.7 87.28 -
System Red Green Blue C M Y K H S L
Decimal 18 117 9 0.85 0 0.92 0.54 115 0.86 0.25
Hex 12 75 9 55 0 5C 36 73 56 19
Octal 22 165 11 125 0 134 66 163 126 31
Binary 10010 1110101 1001 1010101 0 1011100 110110 1110011 1010110 11001

Color Harmonies of #127509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127509

Black with #127509

Text Example


Text Example

White with #127509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127509; }

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

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

background-color css

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

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

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

border-color css

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

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

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