Html Css Color HEX #00706A Pine Green

📋 copy color: '#00706A'

red 0 ◦ green 112 ◦ blue 106

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

Shades of Pine Green #00706A

Tints of Pine Green #00706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.62%

R = 0%
G = 51.38%
B = 48.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#00706A (or 0x00706A) is known color: Pine Green. HEX triplet: 00, 70 and 6A. RGB value is (0,112,106). Sum of RGB (Red+Green+Blue) = 0+112+106=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #00706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00706A is #FF8F95. Grayscale: #4D4D4D. Windows color (decimal): -16748438 or 6975488. OLE color: 6975488.

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

Color convert

RGB 0 112 106 -
CMYK 1 0 0.05 0.56
HSL 176.79º 1% 0.22% -
HSV(B) 176.79º 1% 0.44% -
XYZ 8.4 12.63 15.63 -
YUV 77.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 0 112 106 1 0 0.05 0.56 176.79 1 0.22
Hex 0 70 6A 64 0 5 38 B1 64 16
Octal 0 160 152 144 0 5 70 261 144 26
Binary 0 1110000 1101010 1100100 0 101 111000 10110001 1100100 10110

Color Harmonies of #00706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00706A

Black with #00706A

Text Example


Text Example

White with #00706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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