Html Css Color HEX #077973 Pine Green

📋 copy color: '#077973'

red 7 ◦ green 121 ◦ blue 115

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

Shades of Pine Green #077973

Tints of Pine Green #077973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.79%

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

R = 2.88%
G = 49.79%
B = 47.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#077973 (or 0x077973) is known color: Pine Green. HEX triplet: 07, 79 and 73. RGB value is (7,121,115). Sum of RGB (Red+Green+Blue) = 7+121+115=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #077973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077973 is #F8868C. Grayscale: #565656. Windows color (decimal): -16287373 or 7567623. OLE color: 7567623.

HSL color Cylindrical-coordinate representation of color #077973: hue angle of 176.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077973 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 121 115 -
CMYK 0.94 0 0.05 0.53
HSL 176.84º 0.89% 0.25% -
HSV(B) 176.84º 0.94% 0.47% -
XYZ 10.02 14.96 18.58 -
YUV 86.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 7 121 115 0.94 0 0.05 0.53 176.84 0.89 0.25
Hex 7 79 73 5E 0 5 35 B1 59 19
Octal 7 171 163 136 0 5 65 261 131 31
Binary 111 1111001 1110011 1011110 0 101 110101 10110001 1011001 11001

Color Harmonies of #077973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077973

Black with #077973

Text Example


Text Example

White with #077973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077973; }

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

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

background-color css

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

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

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

border-color css

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

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

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