Html Css Color HEX #127643 Dark Spring Green

📋 copy color: '#127643'

red 18 ◦ green 118 ◦ blue 67

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

Shades of Dark Spring Green #127643

Tints of Dark Spring Green #127643

RGB

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

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

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

R = 8.87%
G = 58.13%
B = 33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#127643 (or 0x127643) is known color: Dark Spring Green. HEX triplet: 12, 76 and 43. RGB value is (18,118,67). Sum of RGB (Red+Green+Blue) = 18+118+67=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #127643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127643 is #ED89BC. Grayscale: #525252. Windows color (decimal): -15567293 or 4421138. OLE color: 4421138.

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

Color convert

RGB 18 118 67 -
CMYK 0.85 0 0.43 0.54
HSL 149.4º 0.74% 0.27% -
HSV(B) 149.4º 0.85% 0.46% -
XYZ 7.74 13.49 7.51 -
YUV 82.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 18 118 67 0.85 0 0.43 0.54 149.4 0.74 0.27
Hex 12 76 43 55 0 2B 36 95 4A 1B
Octal 22 166 103 125 0 53 66 225 112 33
Binary 10010 1110110 1000011 1010101 0 101011 110110 10010101 1001010 11011

Color Harmonies of #127643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127643

Black with #127643

Text Example


Text Example

White with #127643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127643; }

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

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

background-color css

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

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

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

border-color css

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

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

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