Html Css Color HEX #006F6C Pine Green

📋 copy color: '#006F6C'

red 0 ◦ green 111 ◦ blue 108

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

Shades of Pine Green #006F6C

Tints of Pine Green #006F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 0%
G = 50.68%
B = 49.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#006F6C (or 0x006F6C) is known color: Pine Green. HEX triplet: 00, 6F and 6C. RGB value is (0,111,108). Sum of RGB (Red+Green+Blue) = 0+111+108=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #006F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F6C is #FF9093. Grayscale: #4D4D4D. Windows color (decimal): -16748692 or 7106304. OLE color: 7106304.

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

Color convert

RGB 0 111 108 -
CMYK 1 0 0.03 0.56
HSL 178.38º 1% 0.22% -
HSV(B) 178.38º 1% 0.44% -
XYZ 8.39 12.45 16.15 -
YUV 77.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 0 111 108 1 0 0.03 0.56 178.38 1 0.22
Hex 0 6F 6C 64 0 3 38 B2 64 16
Octal 0 157 154 144 0 3 70 262 144 26
Binary 0 1101111 1101100 1100100 0 11 111000 10110010 1100100 10110

Color Harmonies of #006F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F6C

Black with #006F6C

Text Example


Text Example

White with #006F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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