Html Css Color HEX #12766F Pine Green

📋 copy color: '#12766F'

red 18 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #12766F

Tints of Pine Green #12766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 7.29%
G = 47.77%
B = 44.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#12766F (or 0x12766F) is known color: Pine Green. HEX triplet: 12, 76 and 6F. RGB value is (18,118,111). Sum of RGB (Red+Green+Blue) = 18+118+111=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #12766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12766F is #ED8990. Grayscale: #575757. Windows color (decimal): -15567249 or 7304722. OLE color: 7304722.

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

Color convert

RGB 18 118 111 -
CMYK 0.85 0 0.06 0.54
HSL 175.8º 0.74% 0.27% -
HSV(B) 175.8º 0.85% 0.46% -
XYZ 9.6 14.23 17.28 -
YUV 87.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 18 118 111 0.85 0 0.06 0.54 175.8 0.74 0.27
Hex 12 76 6F 55 0 6 36 B0 4A 1B
Octal 22 166 157 125 0 6 66 260 112 33
Binary 10010 1110110 1101111 1010101 0 110 110110 10110000 1001010 11011

Color Harmonies of #12766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12766F

Black with #12766F

Text Example


Text Example

White with #12766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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