Html Css Color HEX #00706B Pine Green

📋 copy color: '#00706B'

red 0 ◦ green 112 ◦ blue 107

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

Shades of Pine Green #00706B

Tints of Pine Green #00706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 0%
G = 51.14%
B = 48.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#00706B (or 0x00706B) is known color: Pine Green. HEX triplet: 00, 70 and 6B. RGB value is (0,112,107). Sum of RGB (Red+Green+Blue) = 0+112+107=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #00706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00706B is #FF8F94. Grayscale: #4D4D4D. Windows color (decimal): -16748437 or 7041024. OLE color: 7041024.

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

Color convert

RGB 0 112 107 -
CMYK 1 0 0.04 0.56
HSL 177.32º 1% 0.22% -
HSV(B) 177.32º 1% 0.44% -
XYZ 8.45 12.65 15.91 -
YUV 77.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 0 112 107 1 0 0.04 0.56 177.32 1 0.22
Hex 0 70 6B 64 0 4 38 B1 64 16
Octal 0 160 153 144 0 4 70 261 144 26
Binary 0 1110000 1101011 1100100 0 100 111000 10110001 1100100 10110

Color Harmonies of #00706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00706B

Black with #00706B

Text Example


Text Example

White with #00706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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