Html Css Color HEX #127774 Pine Green

📋 copy color: '#127774'

red 18 ◦ green 119 ◦ blue 116

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

Shades of Pine Green #127774

Tints of Pine Green #127774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 7.11%
G = 47.04%
B = 45.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#127774 (or 0x127774) is known color: Pine Green. HEX triplet: 12, 77 and 74. RGB value is (18,119,116). Sum of RGB (Red+Green+Blue) = 18+119+116=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #127774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127774 is #ED888B. Grayscale: #585858. Windows color (decimal): -15566988 or 7632658. OLE color: 7632658.

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

Color convert

RGB 18 119 116 -
CMYK 0.85 0 0.03 0.53
HSL 178.22º 0.74% 0.27% -
HSV(B) 178.22º 0.85% 0.47% -
XYZ 10 14.58 18.81 -
YUV 88.46 143.54 77.74 -
System Red Green Blue C M Y K H S L
Decimal 18 119 116 0.85 0 0.03 0.53 178.22 0.74 0.27
Hex 12 77 74 55 0 3 35 B2 4A 1B
Octal 22 167 164 125 0 3 65 262 112 33
Binary 10010 1110111 1110100 1010101 0 11 110101 10110010 1001010 11011

Color Harmonies of #127774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127774

Black with #127774

Text Example


Text Example

White with #127774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127774; }

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

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

background-color css

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

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

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

border-color css

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

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

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