Html Css Color HEX #07766F Pine Green

📋 copy color: '#07766F'

red 7 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #07766F

Tints of Pine Green #07766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50%

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 2.97%
G = 50%
B = 47.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#07766F (or 0x07766F) is known color: Pine Green. HEX triplet: 07, 76 and 6F. RGB value is (7,118,111). Sum of RGB (Red+Green+Blue) = 7+118+111=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #07766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07766F is #F88990. Grayscale: #535353. Windows color (decimal): -16288145 or 7304711. OLE color: 7304711.

HSL color Cylindrical-coordinate representation of color #07766F: hue angle of 176.22º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07766F is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 118 111 -
CMYK 0.94 0 0.06 0.54
HSL 176.22º 0.89% 0.25% -
HSV(B) 176.22º 0.94% 0.46% -
XYZ 9.44 14.15 17.27 -
YUV 84.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 7 118 111 0.94 0 0.06 0.54 176.22 0.89 0.25
Hex 7 76 6F 5E 0 6 36 B0 59 19
Octal 7 166 157 136 0 6 66 260 131 31
Binary 111 1110110 1101111 1011110 0 110 110110 10110000 1011001 11001

Color Harmonies of #07766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07766F

Black with #07766F

Text Example


Text Example

White with #07766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07766F; }

 p { color: rgb(7,118,111); }

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

background-color css

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

 a { background-color: rgb(7,118,111); }

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

border-color css

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

 span { border-color: rgb(7,118,111); }

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