Html Css Color HEX #077271 Pine Green

📋 copy color: '#077271'

red 7 ◦ green 114 ◦ blue 113

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

Shades of Pine Green #077271

Tints of Pine Green #077271

RGB

 RED value IS 7 (3.13% from 255) = 2.99%

 GREEN value IS 114 (44.92% from 255) = 48.72%

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 2.99%
G = 48.72%
B = 48.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#077271 (or 0x077271) is known color: Pine Green. HEX triplet: 07, 72 and 71. RGB value is (7,114,113). Sum of RGB (Red+Green+Blue) = 7+114+113=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #077271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077271 is #F88D8E. Grayscale: #515151. Windows color (decimal): -16289167 or 7434759. OLE color: 7434759.

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

Color convert

RGB 7 114 113 -
CMYK 0.94 0 0.01 0.55
HSL 179.44º 0.88% 0.24% -
HSV(B) 179.44º 0.94% 0.45% -
XYZ 9.09 13.27 17.71 -
YUV 81.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 7 114 113 0.94 0 0.01 0.55 179.44 0.88 0.24
Hex 7 72 71 5E 0 1 37 B3 58 18
Octal 7 162 161 136 0 1 67 263 130 30
Binary 111 1110010 1110001 1011110 0 1 110111 10110011 1011000 11000

Color Harmonies of #077271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077271

Black with #077271

Text Example


Text Example

White with #077271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077271; }

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

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

background-color css

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

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

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

border-color css

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

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

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