Html Css Color HEX #12756E Pine Green

📋 copy color: '#12756E'

red 18 ◦ green 117 ◦ blue 110

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

Shades of Pine Green #12756E

Tints of Pine Green #12756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.76%

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

R = 7.35%
G = 47.76%
B = 44.9%

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

#12756E (or 0x12756E) is known color: Pine Green. HEX triplet: 12, 75 and 6E. RGB value is (18,117,110). Sum of RGB (Red+Green+Blue) = 18+117+110=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #12756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12756E is #ED8A91. Grayscale: #565656. Windows color (decimal): -15567506 or 7238930. OLE color: 7238930.

HSL color Cylindrical-coordinate representation of color #12756E: hue angle of 175.76º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12756E is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 110 -
CMYK 0.85 0 0.06 0.54
HSL 175.76º 0.73% 0.26% -
HSV(B) 175.76º 0.85% 0.46% -
XYZ 9.43 13.98 16.95 -
YUV 86.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 18 117 110 0.85 0 0.06 0.54 175.76 0.73 0.26
Hex 12 75 6E 55 0 6 36 B0 49 1A
Octal 22 165 156 125 0 6 66 260 111 32
Binary 10010 1110101 1101110 1010101 0 110 110110 10110000 1001001 11010

Color Harmonies of #12756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12756E

Black with #12756E

Text Example


Text Example

White with #12756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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