Html Css Color HEX #007670 Pine Green

📋 copy color: '#007670'

red 0 ◦ green 118 ◦ blue 112

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

Shades of Pine Green #007670

Tints of Pine Green #007670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.3%

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

R = 0%
G = 51.3%
B = 48.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#007670 (or 0x007670) is known color: Pine Green. HEX triplet: 00, 76 and 70. RGB value is (0,118,112). Sum of RGB (Red+Green+Blue) = 0+118+112=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #007670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007670 is #FF898F. Grayscale: #515151. Windows color (decimal): -16746896 or 7370240. OLE color: 7370240.

HSL color Cylindrical-coordinate representation of color #007670: hue angle of 176.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007670 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 112 -
CMYK 1 0 0.05 0.54
HSL 176.95º 1% 0.23% -
HSV(B) 176.95º 1% 0.46% -
XYZ 9.4 14.13 17.56 -
YUV 82.03 144.91 69.49 -
System Red Green Blue C M Y K H S L
Decimal 0 118 112 1 0 0.05 0.54 176.95 1 0.23
Hex 0 76 70 64 0 5 36 B1 64 17
Octal 0 166 160 144 0 5 66 261 144 27
Binary 0 1110110 1110000 1100100 0 101 110110 10110001 1100100 10111

Color Harmonies of #007670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007670

Black with #007670

Text Example


Text Example

White with #007670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007670; }

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

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

background-color css

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

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

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

border-color css

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

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

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