Html Css Color HEX #006F6F Pine Green

📋 copy color: '#006F6F'

red 0 ◦ green 111 ◦ blue 111

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

Shades of Pine Green #006F6F

Tints of Pine Green #006F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006F6F (or 0x006F6F) is known color: Pine Green. HEX triplet: 00, 6F and 6F. RGB value is (0,111,111). Sum of RGB (Red+Green+Blue) = 0+111+111=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #006F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F6F is #FF9090. Grayscale: #4D4D4D. Windows color (decimal): -16748689 or 7302912. OLE color: 7302912.

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

Color convert

RGB 0 111 111 -
CMYK 1 0 0 0.56
HSL 180º 1% 0.22% -
HSV(B) 180º 1% 0.44% -
XYZ 8.55 12.52 17 -
YUV 77.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 0 111 111 1 0 0 0.56 180 1 0.22
Hex 0 6F 6F 64 0 0 38 B4 64 16
Octal 0 157 157 144 0 0 70 264 144 26
Binary 0 1101111 1101111 1100100 0 0 111000 10110100 1100100 10110

Color Harmonies of #006F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F6F

Black with #006F6F

Text Example


Text Example

White with #006F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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