Html Css Color HEX #006F69 Pine Green

📋 copy color: '#006F69'

red 0 ◦ green 111 ◦ blue 105

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

Shades of Pine Green #006F69

Tints of Pine Green #006F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.61%

R = 0%
G = 51.39%
B = 48.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#006F69 (or 0x006F69) is known color: Pine Green. HEX triplet: 00, 6F and 69. RGB value is (0,111,105). Sum of RGB (Red+Green+Blue) = 0+111+105=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #006F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F69 is #FF9096. Grayscale: #4D4D4D. Windows color (decimal): -16748695 or 6909696. OLE color: 6909696.

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

Color convert

RGB 0 111 105 -
CMYK 1 0 0.05 0.56
HSL 176.76º 1% 0.22% -
HSV(B) 176.76º 1% 0.44% -
XYZ 8.23 12.39 15.32 -
YUV 77.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 0 111 105 1 0 0.05 0.56 176.76 1 0.22
Hex 0 6F 69 64 0 5 38 B1 64 16
Octal 0 157 151 144 0 5 70 261 144 26
Binary 0 1101111 1101001 1100100 0 101 111000 10110001 1100100 10110

Color Harmonies of #006F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F69

Black with #006F69

Text Example


Text Example

White with #006F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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