Html Css Color HEX #006F6D Pine Green

📋 copy color: '#006F6D'

red 0 ◦ green 111 ◦ blue 109

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

Shades of Pine Green #006F6D

Tints of Pine Green #006F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 0%
G = 50.45%
B = 49.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#006F6D (or 0x006F6D) is known color: Pine Green. HEX triplet: 00, 6F and 6D. RGB value is (0,111,109). Sum of RGB (Red+Green+Blue) = 0+111+109=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #006F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F6D is #FF9092. Grayscale: #4D4D4D. Windows color (decimal): -16748691 or 7171840. OLE color: 7171840.

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

Color convert

RGB 0 111 109 -
CMYK 1 0 0.02 0.56
HSL 178.92º 1% 0.22% -
HSV(B) 178.92º 1% 0.44% -
XYZ 8.44 12.47 16.43 -
YUV 77.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 0 111 109 1 0 0.02 0.56 178.92 1 0.22
Hex 0 6F 6D 64 0 2 38 B3 64 16
Octal 0 157 155 144 0 2 70 263 144 26
Binary 0 1101111 1101101 1100100 0 10 111000 10110011 1100100 10110

Color Harmonies of #006F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F6D

Black with #006F6D

Text Example


Text Example

White with #006F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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