Html Css Color HEX #006F66 Pine Green

📋 copy color: '#006F66'

red 0 ◦ green 111 ◦ blue 102

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

Shades of Pine Green #006F66

Tints of Pine Green #006F66

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 52.11%

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 0%
G = 52.11%
B = 47.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#006F66 (or 0x006F66) is known color: Pine Green. HEX triplet: 00, 6F and 66. RGB value is (0,111,102). Sum of RGB (Red+Green+Blue) = 0+111+102=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #006F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F66 is #FF9099. Grayscale: #4C4C4C. Windows color (decimal): -16748698 or 6713088. OLE color: 6713088.

HSL color Cylindrical-coordinate representation of color #006F66: hue angle of 175.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F66 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 102 -
CMYK 1 0 0.08 0.56
HSL 175.14º 1% 0.22% -
HSV(B) 175.14º 1% 0.44% -
XYZ 8.08 12.33 14.52 -
YUV 76.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 0 111 102 1 0 0.08 0.56 175.14 1 0.22
Hex 0 6F 66 64 0 8 38 AF 64 16
Octal 0 157 146 144 0 10 70 257 144 26
Binary 0 1101111 1100110 1100100 0 1000 111000 10101111 1100100 10110

Color Harmonies of #006F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F66

Black with #006F66

Text Example


Text Example

White with #006F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F66; }

 p { color: rgb(0,111,102); }

 H1.HeaderClassName
 {
   color: #006F66;
 }
 .AnyTagClassName
 {
   color: #006F66;
 }
</style>

background-color css

<style>
 a { background-color: #006F66; }

 a { background-color: rgb(0,111,102); }

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

border-color css

<style>
 span { border-color: #006F66; }

 span { border-color: rgb(0,111,102); }

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