Html Css Color HEX #07766A Pine Green

📋 copy color: '#07766A'

red 7 ◦ green 118 ◦ blue 106

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

Shades of Pine Green #07766A

Tints of Pine Green #07766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.89%

R = 3.03%
G = 51.08%
B = 45.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#07766A (or 0x07766A) is known color: Pine Green. HEX triplet: 07, 76 and 6A. RGB value is (7,118,106). Sum of RGB (Red+Green+Blue) = 7+118+106=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #07766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07766A is #F88995. Grayscale: #535353. Windows color (decimal): -16288150 or 6977031. OLE color: 6977031.

HSL color Cylindrical-coordinate representation of color #07766A: hue angle of 173.51º 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 #07766A is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 118 106 -
CMYK 0.94 0 0.10 0.54
HSL 173.51º 0.89% 0.25% -
HSV(B) 173.51º 0.94% 0.46% -
XYZ 9.17 14.04 15.86 -
YUV 83.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 7 118 106 0.94 0 0.10 0.54 173.51 0.89 0.25
Hex 7 76 6A 5E 0 A 36 AE 59 19
Octal 7 166 152 136 0 12 66 256 131 31
Binary 111 1110110 1101010 1011110 0 1010 110110 10101110 1011001 11001

Color Harmonies of #07766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07766A

Black with #07766A

Text Example


Text Example

White with #07766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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