Html Css Color HEX #127745 Dark Spring Green

📋 copy color: '#127745'

red 18 ◦ green 119 ◦ blue 69

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

Shades of Dark Spring Green #127745

Tints of Dark Spring Green #127745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 8.74%
G = 57.77%
B = 33.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#127745 (or 0x127745) is known color: Dark Spring Green. HEX triplet: 12, 77 and 45. RGB value is (18,119,69). Sum of RGB (Red+Green+Blue) = 18+119+69=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #127745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127745 is #ED88BA. Grayscale: #535353. Windows color (decimal): -15567035 or 4552466. OLE color: 4552466.

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

Color convert

RGB 18 119 69 -
CMYK 0.85 0 0.42 0.53
HSL 150.3º 0.74% 0.27% -
HSV(B) 150.3º 0.85% 0.47% -
XYZ 7.92 13.75 7.87 -
YUV 83.1 120.04 81.57 -
System Red Green Blue C M Y K H S L
Decimal 18 119 69 0.85 0 0.42 0.53 150.3 0.74 0.27
Hex 12 77 45 55 0 2A 35 96 4A 1B
Octal 22 167 105 125 0 52 65 226 112 33
Binary 10010 1110111 1000101 1010101 0 101010 110101 10010110 1001010 11011

Color Harmonies of #127745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127745

Black with #127745

Text Example


Text Example

White with #127745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127745; }

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

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

background-color css

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

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

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

border-color css

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

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

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