Html Css Color HEX #077770 Pine Green

📋 copy color: '#077770'

red 7 ◦ green 119 ◦ blue 112

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

Shades of Pine Green #077770

Tints of Pine Green #077770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 2.94%
G = 50%
B = 47.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#077770 (or 0x077770) is known color: Pine Green. HEX triplet: 07, 77 and 70. RGB value is (7,119,112). Sum of RGB (Red+Green+Blue) = 7+119+112=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #077770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077770 is #F8888F. Grayscale: #545454. Windows color (decimal): -16287888 or 7370503. OLE color: 7370503.

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

Color convert

RGB 7 119 112 -
CMYK 0.94 0 0.06 0.53
HSL 176.25º 0.89% 0.25% -
HSV(B) 176.25º 0.94% 0.47% -
XYZ 9.61 14.41 17.6 -
YUV 84.71 143.39 72.57 -
System Red Green Blue C M Y K H S L
Decimal 7 119 112 0.94 0 0.06 0.53 176.25 0.89 0.25
Hex 7 77 70 5E 0 6 35 B0 59 19
Octal 7 167 160 136 0 6 65 260 131 31
Binary 111 1110111 1110000 1011110 0 110 110101 10110000 1011001 11001

Color Harmonies of #077770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077770

Black with #077770

Text Example


Text Example

White with #077770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077770; }

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

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

background-color css

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

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

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

border-color css

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

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

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