Html Css Color HEX #077773 Pine Green

📋 copy color: '#077773'

red 7 ◦ green 119 ◦ blue 115

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

Shades of Pine Green #077773

Tints of Pine Green #077773

RGB

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

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

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

R = 2.9%
G = 49.38%
B = 47.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#077773 (or 0x077773) is known color: Pine Green. HEX triplet: 07, 77 and 73. RGB value is (7,119,115). Sum of RGB (Red+Green+Blue) = 7+119+115=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #077773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077773 is #F8888C. Grayscale: #545454. Windows color (decimal): -16287885 or 7567111. OLE color: 7567111.

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

Color convert

RGB 7 119 115 -
CMYK 0.94 0 0.03 0.53
HSL 177.86º 0.89% 0.25% -
HSV(B) 177.86º 0.94% 0.47% -
XYZ 9.78 14.48 18.5 -
YUV 85.06 144.89 72.33 -
System Red Green Blue C M Y K H S L
Decimal 7 119 115 0.94 0 0.03 0.53 177.86 0.89 0.25
Hex 7 77 73 5E 0 3 35 B2 59 19
Octal 7 167 163 136 0 3 65 262 131 31
Binary 111 1110111 1110011 1011110 0 11 110101 10110010 1011001 11001

Color Harmonies of #077773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077773

Black with #077773

Text Example


Text Example

White with #077773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077773; }

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

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

background-color css

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

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

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

border-color css

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

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

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