Html Css Color HEX #006F6E Pine Green

📋 copy color: '#006F6E'

red 0 ◦ green 111 ◦ blue 110

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

Shades of Pine Green #006F6E

Tints of Pine Green #006F6E

RGB

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

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

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

R = 0%
G = 50.23%
B = 49.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#006F6E (or 0x006F6E) is known color: Pine Green. HEX triplet: 00, 6F and 6E. RGB value is (0,111,110). Sum of RGB (Red+Green+Blue) = 0+111+110=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #006F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F6E is #FF9091. Grayscale: #4D4D4D. Windows color (decimal): -16748690 or 7237376. OLE color: 7237376.

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

Color convert

RGB 0 111 110 -
CMYK 1 0 0.01 0.56
HSL 179.46º 1% 0.22% -
HSV(B) 179.46º 1% 0.44% -
XYZ 8.5 12.49 16.72 -
YUV 77.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 0 111 110 1 0 0.01 0.56 179.46 1 0.22
Hex 0 6F 6E 64 0 1 38 B3 64 16
Octal 0 157 156 144 0 1 70 263 144 26
Binary 0 1101111 1101110 1100100 0 1 111000 10110011 1100100 10110

Color Harmonies of #006F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F6E

Black with #006F6E

Text Example


Text Example

White with #006F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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