Html Css Color HEX #12766E Pine Green

📋 copy color: '#12766E'

red 18 ◦ green 118 ◦ blue 110

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

Shades of Pine Green #12766E

Tints of Pine Green #12766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 7.32%
G = 47.97%
B = 44.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#12766E (or 0x12766E) is known color: Pine Green. HEX triplet: 12, 76 and 6E. RGB value is (18,118,110). Sum of RGB (Red+Green+Blue) = 18+118+110=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #12766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12766E is #ED8991. Grayscale: #575757. Windows color (decimal): -15567250 or 7239186. OLE color: 7239186.

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

Color convert

RGB 18 118 110 -
CMYK 0.85 0 0.07 0.54
HSL 175.2º 0.74% 0.27% -
HSV(B) 175.2º 0.85% 0.46% -
XYZ 9.54 14.21 16.99 -
YUV 87.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 18 118 110 0.85 0 0.07 0.54 175.2 0.74 0.27
Hex 12 76 6E 55 0 7 36 AF 4A 1B
Octal 22 166 156 125 0 7 66 257 112 33
Binary 10010 1110110 1101110 1010101 0 111 110110 10101111 1001010 11011

Color Harmonies of #12766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12766E

Black with #12766E

Text Example


Text Example

White with #12766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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