Html Css Color HEX #077772 Pine Green

📋 copy color: '#077772'

red 7 ◦ green 119 ◦ blue 114

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

Shades of Pine Green #077772

Tints of Pine Green #077772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

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

R = 2.92%
G = 49.58%
B = 47.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#077772 (or 0x077772) is known color: Pine Green. HEX triplet: 07, 77 and 72. RGB value is (7,119,114). Sum of RGB (Red+Green+Blue) = 7+119+114=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #077772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077772 is #F8888D. Grayscale: #545454. Windows color (decimal): -16287886 or 7501575. OLE color: 7501575.

HSL color Cylindrical-coordinate representation of color #077772: hue angle of 177.32º 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 #077772 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 119 114 -
CMYK 0.94 0 0.04 0.53
HSL 177.32º 0.89% 0.25% -
HSV(B) 177.32º 0.94% 0.47% -
XYZ 9.72 14.45 18.2 -
YUV 84.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 7 119 114 0.94 0 0.04 0.53 177.32 0.89 0.25
Hex 7 77 72 5E 0 4 35 B1 59 19
Octal 7 167 162 136 0 4 65 261 131 31
Binary 111 1110111 1110010 1011110 0 100 110101 10110001 1011001 11001

Color Harmonies of #077772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077772

Black with #077772

Text Example


Text Example

White with #077772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077772; }

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

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

background-color css

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

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

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

border-color css

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

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

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