Html Css Color HEX #127405 Green

📋 copy color: '#127405'

red 18 ◦ green 116 ◦ blue 5

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

Shades of Green #127405

Tints of Green #127405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 83.45%

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

R = 12.95%
G = 83.45%
B = 3.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#127405 (or 0x127405) is known color: Green. HEX triplet: 12, 74 and 05. RGB value is (18,116,5). Sum of RGB (Red+Green+Blue) = 18+116+5=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 116 (45.70% from 255 or 83.45% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 116 - color contains mainly: green. Hex color #127405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127405 is #ED8BFA. Grayscale: #4A4A4A. Windows color (decimal): -15567867 or 357394. OLE color: 357394.

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

Color convert

RGB 18 116 5 -
CMYK 0.84 0 0.96 0.55
HSL 112.97º 0.92% 0.24% -
HSV(B) 112.97º 0.96% 0.45% -
XYZ 6.52 12.63 2.24 -
YUV 74.04 89.03 88.03 -
System Red Green Blue C M Y K H S L
Decimal 18 116 5 0.84 0 0.96 0.55 112.97 0.92 0.24
Hex 12 74 5 54 0 60 37 71 5C 18
Octal 22 164 5 124 0 140 67 161 134 30
Binary 10010 1110100 101 1010100 0 1100000 110111 1110001 1011100 11000

Color Harmonies of #127405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127405

Black with #127405

Text Example


Text Example

White with #127405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127405; }

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

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

background-color css

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

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

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

border-color css

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

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

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