Html Css Color HEX #007170 Pine Green

📋 copy color: '#007170'

red 0 ◦ green 113 ◦ blue 112

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

Shades of Pine Green #007170

Tints of Pine Green #007170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.22%

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

R = 0%
G = 50.22%
B = 49.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#007170 (or 0x007170) is known color: Pine Green. HEX triplet: 00, 71 and 70. RGB value is (0,113,112). Sum of RGB (Red+Green+Blue) = 0+113+112=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #007170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007170 is #FF8E8F. Grayscale: #4E4E4E. Windows color (decimal): -16748176 or 7368960. OLE color: 7368960.

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

Color convert

RGB 0 113 112 -
CMYK 1 0 0.01 0.56
HSL 179.47º 1% 0.22% -
HSV(B) 179.47º 1% 0.44% -
XYZ 8.83 12.98 17.37 -
YUV 79.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 0 113 112 1 0 0.01 0.56 179.47 1 0.22
Hex 0 71 70 64 0 1 38 B3 64 16
Octal 0 161 160 144 0 1 70 263 144 26
Binary 0 1110001 1110000 1100100 0 1 111000 10110011 1100100 10110

Color Harmonies of #007170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007170

Black with #007170

Text Example


Text Example

White with #007170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007170; }

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

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

background-color css

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

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

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

border-color css

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

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

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