Html Css Color HEX #12716F Pine Green

📋 copy color: '#12716F'

red 18 ◦ green 113 ◦ blue 111

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

Shades of Pine Green #12716F

Tints of Pine Green #12716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.69%

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

R = 7.44%
G = 46.69%
B = 45.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#12716F (or 0x12716F) is known color: Pine Green. HEX triplet: 12, 71 and 6F. RGB value is (18,113,111). Sum of RGB (Red+Green+Blue) = 18+113+111=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #12716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12716F is #ED8E90. Grayscale: #545454. Windows color (decimal): -15568529 or 7303442. OLE color: 7303442.

HSL color Cylindrical-coordinate representation of color #12716F: hue angle of 178.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12716F is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 111 -
CMYK 0.84 0 0.02 0.56
HSL 178.74º 0.73% 0.26% -
HSV(B) 178.74º 0.84% 0.44% -
XYZ 9.02 13.09 17.09 -
YUV 84.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 18 113 111 0.84 0 0.02 0.56 178.74 0.73 0.26
Hex 12 71 6F 54 0 2 38 B3 49 1A
Octal 22 161 157 124 0 2 70 263 111 32
Binary 10010 1110001 1101111 1010100 0 10 111000 10110011 1001001 11010

Color Harmonies of #12716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12716F

Black with #12716F

Text Example


Text Example

White with #12716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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