Html Css Color HEX #00706E Pine Green

📋 copy color: '#00706E'

red 0 ◦ green 112 ◦ blue 110

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

Shades of Pine Green #00706E

Tints of Pine Green #00706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.55%

R = 0%
G = 50.45%
B = 49.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#00706E (or 0x00706E) is known color: Pine Green. HEX triplet: 00, 70 and 6E. RGB value is (0,112,110). Sum of RGB (Red+Green+Blue) = 0+112+110=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #00706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00706E is #FF8F91. Grayscale: #4E4E4E. Windows color (decimal): -16748434 or 7237632. OLE color: 7237632.

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

Color convert

RGB 0 112 110 -
CMYK 1 0 0.02 0.56
HSL 178.93º 1% 0.22% -
HSV(B) 178.93º 1% 0.44% -
XYZ 8.61 12.71 16.75 -
YUV 78.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 0 112 110 1 0 0.02 0.56 178.93 1 0.22
Hex 0 70 6E 64 0 2 38 B3 64 16
Octal 0 160 156 144 0 2 70 263 144 26
Binary 0 1110000 1101110 1100100 0 10 111000 10110011 1100100 10110

Color Harmonies of #00706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00706E

Black with #00706E

Text Example


Text Example

White with #00706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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