Html Css Color HEX #007166 Pine Green

📋 copy color: '#007166'

red 0 ◦ green 113 ◦ blue 102

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

Shades of Pine Green #007166

Tints of Pine Green #007166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.44%

R = 0%
G = 52.56%
B = 47.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#007166 (or 0x007166) is known color: Pine Green. HEX triplet: 00, 71 and 66. RGB value is (0,113,102). Sum of RGB (Red+Green+Blue) = 0+113+102=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #007166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007166 is #FF8E99. Grayscale: #4D4D4D. Windows color (decimal): -16748186 or 6713600. OLE color: 6713600.

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

Color convert

RGB 0 113 102 -
CMYK 1 0 0.10 0.56
HSL 174.16º 1% 0.22% -
HSV(B) 174.16º 1% 0.44% -
XYZ 8.3 12.77 14.6 -
YUV 77.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 0 113 102 1 0 0.10 0.56 174.16 1 0.22
Hex 0 71 66 64 0 A 38 AE 64 16
Octal 0 161 146 144 0 12 70 256 144 26
Binary 0 1110001 1100110 1100100 0 1010 111000 10101110 1100100 10110

Color Harmonies of #007166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007166

Black with #007166

Text Example


Text Example

White with #007166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007166; }

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

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

background-color css

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

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

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

border-color css

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

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

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