Html Css Color HEX #006F6B Pine Green

📋 copy color: '#006F6B'

red 0 ◦ green 111 ◦ blue 107

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

Shades of Pine Green #006F6B

Tints of Pine Green #006F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 0%
G = 50.92%
B = 49.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#006F6B (or 0x006F6B) is known color: Pine Green. HEX triplet: 00, 6F and 6B. RGB value is (0,111,107). Sum of RGB (Red+Green+Blue) = 0+111+107=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #006F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F6B is #FF9094. Grayscale: #4D4D4D. Windows color (decimal): -16748693 or 7040768. OLE color: 7040768.

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

Color convert

RGB 0 111 107 -
CMYK 1 0 0.04 0.56
HSL 177.84º 1% 0.22% -
HSV(B) 177.84º 1% 0.44% -
XYZ 8.34 12.43 15.87 -
YUV 77.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 0 111 107 1 0 0.04 0.56 177.84 1 0.22
Hex 0 6F 6B 64 0 4 38 B2 64 16
Octal 0 157 153 144 0 4 70 262 144 26
Binary 0 1101111 1101011 1100100 0 100 111000 10110010 1100100 10110

Color Harmonies of #006F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F6B

Black with #006F6B

Text Example


Text Example

White with #006F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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