Html Css Color HEX #007172 Pine Green

📋 copy color: '#007172'

red 0 ◦ green 113 ◦ blue 114

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

Shades of Pine Green #007172

Tints of Pine Green #007172

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 49.78%
B = 50.22%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#007172 (or 0x007172) is known color: Pine Green. HEX triplet: 00, 71 and 72. RGB value is (0,113,114). Sum of RGB (Red+Green+Blue) = 0+113+114=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #007172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007172 is #FF8E8D. Grayscale: #4F4F4F. Windows color (decimal): -16748174 or 7500032. OLE color: 7500032.

HSL color Cylindrical-coordinate representation of color #007172: hue angle of 180.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007172 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 113 114 -
CMYK 1 0.01 0 0.55
HSL 180.53º 1% 0.22% -
HSV(B) 180.53º 1% 0.45% -
XYZ 8.94 13.03 17.96 -
YUV 79.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 0 113 114 1 0.01 0 0.55 180.53 1 0.22
Hex 0 71 72 64 1 0 37 B5 64 16
Octal 0 161 162 144 1 0 67 265 144 26
Binary 0 1110001 1110010 1100100 1 0 110111 10110101 1100100 10110

Color Harmonies of #007172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007172

Black with #007172

Text Example


Text Example

White with #007172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007172; }

 p { color: rgb(0,113,114); }

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

background-color css

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

 a { background-color: rgb(0,113,114); }

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

border-color css

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

 span { border-color: rgb(0,113,114); }

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