Html Css Color HEX #007F72 Pine Green

📋 copy color: '#007F72'

red 0 ◦ green 127 ◦ blue 114

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

Shades of Pine Green #007F72

Tints of Pine Green #007F72

RGB

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

 GREEN value IS 127 (50% from 255) = 52.7%

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

R = 0%
G = 52.7%
B = 47.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#007F72 (or 0x007F72) is known color: Pine Green. HEX triplet: 00, 7F and 72. RGB value is (0,127,114). Sum of RGB (Red+Green+Blue) = 0+127+114=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #007F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007F72 is #FF808D. Grayscale: #575757. Windows color (decimal): -16744590 or 7503616. OLE color: 7503616.

HSL color Cylindrical-coordinate representation of color #007F72: hue angle of 173.86º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F72 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 127 114 -
CMYK 1 0 0.10 0.50
HSL 173.86º 1% 0.25% -
HSV(B) 173.86º 1% 0.5% -
XYZ 10.63 16.39 18.52 -
YUV 87.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 0 127 114 1 0 0.10 0.50 173.86 1 0.25
Hex 0 7F 72 64 0 A 32 AE 64 19
Octal 0 177 162 144 0 12 62 256 144 31
Binary 0 1111111 1110010 1100100 0 1010 110010 10101110 1100100 11001

Color Harmonies of #007F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F72

Black with #007F72

Text Example


Text Example

White with #007F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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