Html Css Color HEX #077771 Pine Green

📋 copy color: '#077771'

red 7 ◦ green 119 ◦ blue 113

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

Shades of Pine Green #077771

Tints of Pine Green #077771

RGB

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

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

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

R = 2.93%
G = 49.79%
B = 47.28%

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

#077771 (or 0x077771) is known color: Pine Green. HEX triplet: 07, 77 and 71. RGB value is (7,119,113). Sum of RGB (Red+Green+Blue) = 7+119+113=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #077771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077771 is #F8888E. Grayscale: #545454. Windows color (decimal): -16287887 or 7436039. OLE color: 7436039.

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

Color convert

RGB 7 119 113 -
CMYK 0.94 0 0.05 0.53
HSL 176.79º 0.89% 0.25% -
HSV(B) 176.79º 0.94% 0.47% -
XYZ 9.67 14.43 17.9 -
YUV 84.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 7 119 113 0.94 0 0.05 0.53 176.79 0.89 0.25
Hex 7 77 71 5E 0 5 35 B1 59 19
Octal 7 167 161 136 0 5 65 261 131 31
Binary 111 1110111 1110001 1011110 0 101 110101 10110001 1011001 11001

Color Harmonies of #077771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077771

Black with #077771

Text Example


Text Example

White with #077771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077771; }

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

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

background-color css

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

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

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

border-color css

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

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

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