Html Css Color HEX #077F73 Pine Green

📋 copy color: '#077F73'

red 7 ◦ green 127 ◦ blue 115

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

Shades of Pine Green #077F73

Tints of Pine Green #077F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 2.81%
G = 51%
B = 46.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#077F73 (or 0x077F73) is known color: Pine Green. HEX triplet: 07, 7F and 73. RGB value is (7,127,115). Sum of RGB (Red+Green+Blue) = 7+127+115=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #077F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077F73 is #F8808C. Grayscale: #595959. Windows color (decimal): -16285837 or 7569159. OLE color: 7569159.

HSL color Cylindrical-coordinate representation of color #077F73: hue angle of 174º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F73 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 127 115 -
CMYK 0.94 0 0.09 0.50
HSL 174º 0.9% 0.26% -
HSV(B) 174º 0.94% 0.5% -
XYZ 10.77 16.46 18.83 -
YUV 89.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 7 127 115 0.94 0 0.09 0.50 174 0.9 0.26
Hex 7 7F 73 5E 0 9 32 AE 5A 1A
Octal 7 177 163 136 0 11 62 256 132 32
Binary 111 1111111 1110011 1011110 0 1001 110010 10101110 1011010 11010

Color Harmonies of #077F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077F73

Black with #077F73

Text Example


Text Example

White with #077F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077F73; }

 p { color: rgb(7,127,115); }

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

background-color css

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

 a { background-color: rgb(7,127,115); }

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

border-color css

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

 span { border-color: rgb(7,127,115); }

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