Html Css Color HEX #06766C Pine Green

📋 copy color: '#06766C'

red 6 ◦ green 118 ◦ blue 108

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

Shades of Pine Green #06766C

Tints of Pine Green #06766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 2.59%
G = 50.86%
B = 46.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#06766C (or 0x06766C) is known color: Pine Green. HEX triplet: 06, 76 and 6C. RGB value is (6,118,108). Sum of RGB (Red+Green+Blue) = 6+118+108=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #06766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06766C is #F98993. Grayscale: #535353. Windows color (decimal): -16353684 or 7108102. OLE color: 7108102.

HSL color Cylindrical-coordinate representation of color #06766C: hue angle of 174.64º 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 #06766C is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 118 108 -
CMYK 0.95 0 0.08 0.54
HSL 174.64º 0.9% 0.24% -
HSV(B) 174.64º 0.95% 0.46% -
XYZ 9.26 14.08 16.42 -
YUV 83.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 6 118 108 0.95 0 0.08 0.54 174.64 0.9 0.24
Hex 6 76 6C 5F 0 8 36 AF 5A 18
Octal 6 166 154 137 0 10 66 257 132 30
Binary 110 1110110 1101100 1011111 0 1000 110110 10101111 1011010 11000

Color Harmonies of #06766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06766C

Black with #06766C

Text Example


Text Example

White with #06766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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