Html Css Color HEX #006F68 Pine Green

📋 copy color: '#006F68'

red 0 ◦ green 111 ◦ blue 104

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

Shades of Pine Green #006F68

Tints of Pine Green #006F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.37%

R = 0%
G = 51.63%
B = 48.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#006F68 (or 0x006F68) is known color: Pine Green. HEX triplet: 00, 6F and 68. RGB value is (0,111,104). Sum of RGB (Red+Green+Blue) = 0+111+104=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #006F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F68 is #FF9097. Grayscale: #4C4C4C. Windows color (decimal): -16748696 or 6844160. OLE color: 6844160.

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

Color convert

RGB 0 111 104 -
CMYK 1 0 0.06 0.56
HSL 176.22º 1% 0.22% -
HSV(B) 176.22º 1% 0.44% -
XYZ 8.18 12.37 15.05 -
YUV 77.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 0 111 104 1 0 0.06 0.56 176.22 1 0.22
Hex 0 6F 68 64 0 6 38 B0 64 16
Octal 0 157 150 144 0 6 70 260 144 26
Binary 0 1101111 1101000 1100100 0 110 111000 10110000 1100100 10110

Color Harmonies of #006F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F68

Black with #006F68

Text Example


Text Example

White with #006F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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