Html Css Color HEX #127505 Green

📋 copy color: '#127505'

red 18 ◦ green 117 ◦ blue 5

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

Shades of Green #127505

Tints of Green #127505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.57%

R = 12.86%
G = 83.57%
B = 3.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#127505 (or 0x127505) is known color: Green. HEX triplet: 12, 75 and 05. RGB value is (18,117,5). Sum of RGB (Red+Green+Blue) = 18+117+5=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 117 (46.09% from 255 or 83.57% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 117 - color contains mainly: green. Hex color #127505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127505 is #ED8AFA. Grayscale: #4A4A4A. Windows color (decimal): -15567611 or 357650. OLE color: 357650.

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

Color convert

RGB 18 117 5 -
CMYK 0.85 0 0.96 0.54
HSL 113.04º 0.92% 0.24% -
HSV(B) 113.04º 0.96% 0.46% -
XYZ 6.64 12.86 2.28 -
YUV 74.63 88.7 87.61 -
System Red Green Blue C M Y K H S L
Decimal 18 117 5 0.85 0 0.96 0.54 113.04 0.92 0.24
Hex 12 75 5 55 0 60 36 71 5C 18
Octal 22 165 5 125 0 140 66 161 134 30
Binary 10010 1110101 101 1010101 0 1100000 110110 1110001 1011100 11000

Color Harmonies of #127505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127505

Black with #127505

Text Example


Text Example

White with #127505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127505; }

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

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

background-color css

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

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

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

border-color css

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

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

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