Html Css Color HEX #06776D Pine Green

📋 copy color: '#06776D'

red 6 ◦ green 119 ◦ blue 109

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

Shades of Pine Green #06776D

Tints of Pine Green #06776D

RGB

 RED value IS 6 (2.73% from 255) = 2.56%

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

 BLUE value IS 109 (42.97% from 255) = 46.58%

R = 2.56%
G = 50.85%
B = 46.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#06776D (or 0x06776D) is known color: Pine Green. HEX triplet: 06, 77 and 6D. RGB value is (6,119,109). Sum of RGB (Red+Green+Blue) = 6+119+109=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #06776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06776D is #F98892. Grayscale: #535353. Windows color (decimal): -16353427 or 7173894. OLE color: 7173894.

HSL color Cylindrical-coordinate representation of color #06776D: hue angle of 174.69º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06776D is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 119 109 -
CMYK 0.95 0 0.08 0.53
HSL 174.69º 0.9% 0.25% -
HSV(B) 174.69º 0.95% 0.47% -
XYZ 9.43 14.34 16.74 -
YUV 84.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 6 119 109 0.95 0 0.08 0.53 174.69 0.9 0.25
Hex 6 77 6D 5F 0 8 35 AF 5A 19
Octal 6 167 155 137 0 10 65 257 132 31
Binary 110 1110111 1101101 1011111 0 1000 110101 10101111 1011010 11001

Color Harmonies of #06776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06776D

Black with #06776D

Text Example


Text Example

White with #06776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06776D; }

 p { color: rgb(6,119,109); }

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

background-color css

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

 a { background-color: rgb(6,119,109); }

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

border-color css

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

 span { border-color: rgb(6,119,109); }

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