Html Css Color HEX #007066 Pine Green

📋 copy color: '#007066'

red 0 ◦ green 112 ◦ blue 102

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

Shades of Pine Green #007066

Tints of Pine Green #007066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

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

R = 0%
G = 52.34%
B = 47.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#007066 (or 0x007066) is known color: Pine Green. HEX triplet: 00, 70 and 66. RGB value is (0,112,102). Sum of RGB (Red+Green+Blue) = 0+112+102=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #007066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007066 is #FF8F99. Grayscale: #4D4D4D. Windows color (decimal): -16748442 or 6713344. OLE color: 6713344.

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

Color convert

RGB 0 112 102 -
CMYK 1 0 0.09 0.56
HSL 174.64º 1% 0.22% -
HSV(B) 174.64º 1% 0.44% -
XYZ 8.19 12.55 14.56 -
YUV 77.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 0 112 102 1 0 0.09 0.56 174.64 1 0.22
Hex 0 70 66 64 0 9 38 AF 64 16
Octal 0 160 146 144 0 11 70 257 144 26
Binary 0 1110000 1100110 1100100 0 1001 111000 10101111 1100100 10110

Color Harmonies of #007066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007066

Black with #007066

Text Example


Text Example

White with #007066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007066; }

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

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

background-color css

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

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

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

border-color css

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

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

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