Html Css Color HEX #127005 Green

📋 copy color: '#127005'

red 18 ◦ green 112 ◦ blue 5

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

Shades of Green #127005

Tints of Green #127005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 82.96%

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

R = 13.33%
G = 82.96%
B = 3.7%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#127005 (or 0x127005) is known color: Green. HEX triplet: 12, 70 and 05. RGB value is (18,112,5). Sum of RGB (Red+Green+Blue) = 18+112+5=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #127005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127005 is #ED8FFA. Grayscale: #484848. Windows color (decimal): -15568891 or 356370. OLE color: 356370.

HSL color Cylindrical-coordinate representation of color #127005: hue angle of 112.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127005 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 5 -
CMYK 0.84 0 0.96 0.56
HSL 112.71º 0.91% 0.23% -
HSV(B) 112.71º 0.96% 0.44% -
XYZ 6.07 11.73 2.09 -
YUV 71.7 90.36 89.7 -
System Red Green Blue C M Y K H S L
Decimal 18 112 5 0.84 0 0.96 0.56 112.71 0.91 0.23
Hex 12 70 5 54 0 60 38 71 5B 17
Octal 22 160 5 124 0 140 70 161 133 27
Binary 10010 1110000 101 1010100 0 1100000 111000 1110001 1011011 10111

Color Harmonies of #127005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127005

Black with #127005

Text Example


Text Example

White with #127005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127005; }

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

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

background-color css

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

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

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

border-color css

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

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

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