Html Css Color HEX #127608 Green

📋 copy color: '#127608'

red 18 ◦ green 118 ◦ blue 8

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

Shades of Green #127608

Tints of Green #127608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 81.94%

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

R = 12.5%
G = 81.94%
B = 5.56%

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

#127608 (or 0x127608) is known color: Green. HEX triplet: 12, 76 and 08. RGB value is (18,118,8). Sum of RGB (Red+Green+Blue) = 18+118+8=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 118 (46.48% from 255 or 81.94% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 118 - color contains mainly: green. Hex color #127608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127608 is #ED89F7. Grayscale: #4B4B4B. Windows color (decimal): -15567352 or 554514. OLE color: 554514.

HSL color Cylindrical-coordinate representation of color #127608: hue angle of 114.55º 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 #127608 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 8 -
CMYK 0.85 0 0.93 0.54
HSL 114.55º 0.87% 0.25% -
HSV(B) 114.55º 0.93% 0.46% -
XYZ 6.77 13.1 2.4 -
YUV 75.56 89.87 86.94 -
System Red Green Blue C M Y K H S L
Decimal 18 118 8 0.85 0 0.93 0.54 114.55 0.87 0.25
Hex 12 76 8 55 0 5D 36 73 57 19
Octal 22 166 10 125 0 135 66 163 127 31
Binary 10010 1110110 1000 1010101 0 1011101 110110 1110011 1010111 11001

Color Harmonies of #127608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127608

Black with #127608

Text Example


Text Example

White with #127608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127608; }

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

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

background-color css

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

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

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

border-color css

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

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

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