Html Css Color HEX #127572 Pine Green

📋 copy color: '#127572'

red 18 ◦ green 117 ◦ blue 114

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

Shades of Pine Green #127572

Tints of Pine Green #127572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 7.23%
G = 46.99%
B = 45.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#127572 (or 0x127572) is known color: Pine Green. HEX triplet: 12, 75 and 72. RGB value is (18,117,114). Sum of RGB (Red+Green+Blue) = 18+117+114=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #127572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127572 is #ED8A8D. Grayscale: #565656. Windows color (decimal): -15567502 or 7501074. OLE color: 7501074.

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

Color convert

RGB 18 117 114 -
CMYK 0.85 0 0.03 0.54
HSL 178.18º 0.73% 0.26% -
HSV(B) 178.18º 0.85% 0.46% -
XYZ 9.65 14.07 18.13 -
YUV 87.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 18 117 114 0.85 0 0.03 0.54 178.18 0.73 0.26
Hex 12 75 72 55 0 3 36 B2 49 1A
Octal 22 165 162 125 0 3 66 262 111 32
Binary 10010 1110101 1110010 1010101 0 11 110110 10110010 1001001 11010

Color Harmonies of #127572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127572

Black with #127572

Text Example


Text Example

White with #127572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127572; }

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

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

background-color css

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

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

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

border-color css

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

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

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