Html Css Color HEX #006E70 Pine Green

📋 copy color: '#006E70'

red 0 ◦ green 110 ◦ blue 112

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

Shades of Pine Green #006E70

Tints of Pine Green #006E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.55%

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 0%
G = 49.55%
B = 50.45%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006E70 (or 0x006E70) is known color: Pine Green. HEX triplet: 00, 6E and 70. RGB value is (0,110,112). Sum of RGB (Red+Green+Blue) = 0+110+112=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #006E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E70 is #FF918F. Grayscale: #4D4D4D. Windows color (decimal): -16748944 or 7368192. OLE color: 7368192.

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

Color convert

RGB 0 110 112 -
CMYK 1 0.02 0 0.56
HSL 181.07º 1% 0.22% -
HSV(B) 181.07º 1% 0.44% -
XYZ 8.5 12.32 17.26 -
YUV 77.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 0 110 112 1 0.02 0 0.56 181.07 1 0.22
Hex 0 6E 70 64 2 0 38 B5 64 16
Octal 0 156 160 144 2 0 70 265 144 26
Binary 0 1101110 1110000 1100100 10 0 111000 10110101 1100100 10110

Color Harmonies of #006E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E70

Black with #006E70

Text Example


Text Example

White with #006E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,110,112); }

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

background-color css

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

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

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

border-color css

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

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

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