Html Css Color HEX #06766E Pine Green

📋 copy color: '#06766E'

red 6 ◦ green 118 ◦ blue 110

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

Shades of Pine Green #06766E

Tints of Pine Green #06766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 2.56%
G = 50.43%
B = 47.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#06766E (or 0x06766E) is known color: Pine Green. HEX triplet: 06, 76 and 6E. RGB value is (6,118,110). Sum of RGB (Red+Green+Blue) = 6+118+110=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #06766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06766E is #F98991. Grayscale: #535353. Windows color (decimal): -16353682 or 7239174. OLE color: 7239174.

HSL color Cylindrical-coordinate representation of color #06766E: hue angle of 175.71º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06766E is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 118 110 -
CMYK 0.95 0 0.07 0.54
HSL 175.71º 0.9% 0.24% -
HSV(B) 175.71º 0.95% 0.46% -
XYZ 9.37 14.12 16.98 -
YUV 83.6 142.89 72.65 -
System Red Green Blue C M Y K H S L
Decimal 6 118 110 0.95 0 0.07 0.54 175.71 0.9 0.24
Hex 6 76 6E 5F 0 7 36 B0 5A 18
Octal 6 166 156 137 0 7 66 260 132 30
Binary 110 1110110 1101110 1011111 0 111 110110 10110000 1011010 11000

Color Harmonies of #06766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06766E

Black with #06766E

Text Example


Text Example

White with #06766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06766E; }

 p { color: rgb(6,118,110); }

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

background-color css

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

 a { background-color: rgb(6,118,110); }

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

border-color css

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

 span { border-color: rgb(6,118,110); }

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