Html Css Color HEX #12786F Pine Green

📋 copy color: '#12786F'

red 18 ◦ green 120 ◦ blue 111

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

Shades of Pine Green #12786F

Tints of Pine Green #12786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.19%

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

R = 7.23%
G = 48.19%
B = 44.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#12786F (or 0x12786F) is known color: Pine Green. HEX triplet: 12, 78 and 6F. RGB value is (18,120,111). Sum of RGB (Red+Green+Blue) = 18+120+111=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #12786F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12786F is #ED8790. Grayscale: #585858. Windows color (decimal): -15566737 or 7305234. OLE color: 7305234.

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

Color convert

RGB 18 120 111 -
CMYK 0.85 0 0.08 0.53
HSL 174.71º 0.74% 0.27% -
HSV(B) 174.71º 0.85% 0.47% -
XYZ 9.84 14.71 17.36 -
YUV 88.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 18 120 111 0.85 0 0.08 0.53 174.71 0.74 0.27
Hex 12 78 6F 55 0 8 35 AF 4A 1B
Octal 22 170 157 125 0 10 65 257 112 33
Binary 10010 1111000 1101111 1010101 0 1000 110101 10101111 1001010 11011

Color Harmonies of #12786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12786F

Black with #12786F

Text Example


Text Example

White with #12786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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