Html Css Color HEX #077473 Pine Green

📋 copy color: '#077473'

red 7 ◦ green 116 ◦ blue 115

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

Shades of Pine Green #077473

Tints of Pine Green #077473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.74%

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

R = 2.94%
G = 48.74%
B = 48.32%

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

#077473 (or 0x077473) is known color: Pine Green. HEX triplet: 07, 74 and 73. RGB value is (7,116,115). Sum of RGB (Red+Green+Blue) = 7+116+115=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #077473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077473 is #F88B8C. Grayscale: #535353. Windows color (decimal): -16288653 or 7566343. OLE color: 7566343.

HSL color Cylindrical-coordinate representation of color #077473: hue angle of 179.45º degrees, saturation: 0.89, 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 #077473 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 115 -
CMYK 0.94 0 0.01 0.55
HSL 179.45º 0.89% 0.24% -
HSV(B) 179.45º 0.94% 0.45% -
XYZ 9.43 13.77 18.38 -
YUV 83.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 7 116 115 0.94 0 0.01 0.55 179.45 0.89 0.24
Hex 7 74 73 5E 0 1 37 B3 59 18
Octal 7 164 163 136 0 1 67 263 131 30
Binary 111 1110100 1110011 1011110 0 1 110111 10110011 1011001 11000

Color Harmonies of #077473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077473

Black with #077473

Text Example


Text Example

White with #077473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077473; }

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

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

background-color css

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

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

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

border-color css

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

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

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