Html Css Color HEX #127743 Dark Spring Green

📋 copy color: '#127743'

red 18 ◦ green 119 ◦ blue 67

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

Shades of Dark Spring Green #127743

Tints of Dark Spring Green #127743

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.33%

 BLUE value IS 67 (26.56% from 255) = 32.84%

R = 8.82%
G = 58.33%
B = 32.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#127743 (or 0x127743) is known color: Dark Spring Green. HEX triplet: 12, 77 and 43. RGB value is (18,119,67). Sum of RGB (Red+Green+Blue) = 18+119+67=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #127743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127743 is #ED88BC. Grayscale: #525252. Windows color (decimal): -15567037 or 4421394. OLE color: 4421394.

HSL color Cylindrical-coordinate representation of color #127743: hue angle of 149.11º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127743 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 67 -
CMYK 0.85 0 0.44 0.53
HSL 149.11º 0.74% 0.27% -
HSV(B) 149.11º 0.85% 0.47% -
XYZ 7.86 13.73 7.55 -
YUV 82.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 18 119 67 0.85 0 0.44 0.53 149.11 0.74 0.27
Hex 12 77 43 55 0 2C 35 95 4A 1B
Octal 22 167 103 125 0 54 65 225 112 33
Binary 10010 1110111 1000011 1010101 0 101100 110101 10010101 1001010 11011

Color Harmonies of #127743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127743

Black with #127743

Text Example


Text Example

White with #127743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127743; }

 p { color: rgb(18,119,67); }

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

background-color css

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

 a { background-color: rgb(18,119,67); }

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

border-color css

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

 span { border-color: rgb(18,119,67); }

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