Html Css Color HEX #127641 Dark Spring Green

📋 copy color: '#127641'

red 18 ◦ green 118 ◦ blue 65

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

Shades of Dark Spring Green #127641

Tints of Dark Spring Green #127641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 8.96%
G = 58.71%
B = 32.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#127641 (or 0x127641) is known color: Dark Spring Green. HEX triplet: 12, 76 and 41. RGB value is (18,118,65). Sum of RGB (Red+Green+Blue) = 18+118+65=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #127641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127641 is #ED89BE. Grayscale: #525252. Windows color (decimal): -15567295 or 4290066. OLE color: 4290066.

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

Color convert

RGB 18 118 65 -
CMYK 0.85 0 0.45 0.54
HSL 148.2º 0.74% 0.27% -
HSV(B) 148.2º 0.85% 0.46% -
XYZ 7.68 13.47 7.2 -
YUV 82.06 118.37 82.31 -
System Red Green Blue C M Y K H S L
Decimal 18 118 65 0.85 0 0.45 0.54 148.2 0.74 0.27
Hex 12 76 41 55 0 2D 36 94 4A 1B
Octal 22 166 101 125 0 55 66 224 112 33
Binary 10010 1110110 1000001 1010101 0 101101 110110 10010100 1001010 11011

Color Harmonies of #127641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127641

Black with #127641

Text Example


Text Example

White with #127641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127641; }

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

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

background-color css

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

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

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

border-color css

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

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

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