Html Css Color HEX #006F6A Pine Green

📋 copy color: '#006F6A'

red 0 ◦ green 111 ◦ blue 106

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

Shades of Pine Green #006F6A

Tints of Pine Green #006F6A

RGB

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

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

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

R = 0%
G = 51.15%
B = 48.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#006F6A (or 0x006F6A) is known color: Pine Green. HEX triplet: 00, 6F and 6A. RGB value is (0,111,106). Sum of RGB (Red+Green+Blue) = 0+111+106=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #006F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F6A is #FF9095. Grayscale: #4D4D4D. Windows color (decimal): -16748694 or 6975232. OLE color: 6975232.

HSL color Cylindrical-coordinate representation of color #006F6A: hue angle of 177.3º 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 #006F6A is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 106 -
CMYK 1 0 0.05 0.56
HSL 177.3º 1% 0.22% -
HSV(B) 177.3º 1% 0.44% -
XYZ 8.29 12.41 15.59 -
YUV 77.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 0 111 106 1 0 0.05 0.56 177.3 1 0.22
Hex 0 6F 6A 64 0 5 38 B1 64 16
Octal 0 157 152 144 0 5 70 261 144 26
Binary 0 1101111 1101010 1100100 0 101 111000 10110001 1100100 10110

Color Harmonies of #006F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F6A

Black with #006F6A

Text Example


Text Example

White with #006F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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