Html Css Color HEX #06706D Pine Green

📋 copy color: '#06706D'

red 6 ◦ green 112 ◦ blue 109

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

Shades of Pine Green #06706D

Tints of Pine Green #06706D

RGB

 RED value IS 6 (2.73% from 255) = 2.64%

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

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 2.64%
G = 49.34%
B = 48.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#06706D (or 0x06706D) is known color: Pine Green. HEX triplet: 06, 70 and 6D. RGB value is (6,112,109). Sum of RGB (Red+Green+Blue) = 6+112+109=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #06706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06706D is #F98F92. Grayscale: #4F4F4F. Windows color (decimal): -16355219 or 7172102. OLE color: 7172102.

HSL color Cylindrical-coordinate representation of color #06706D: hue angle of 178.3º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06706D is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 109 -
CMYK 0.95 0 0.03 0.56
HSL 178.3º 0.9% 0.23% -
HSV(B) 178.3º 0.95% 0.44% -
XYZ 8.63 12.73 16.47 -
YUV 79.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 6 112 109 0.95 0 0.03 0.56 178.3 0.9 0.23
Hex 6 70 6D 5F 0 3 38 B2 5A 17
Octal 6 160 155 137 0 3 70 262 132 27
Binary 110 1110000 1101101 1011111 0 11 111000 10110010 1011010 10111

Color Harmonies of #06706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06706D

Black with #06706D

Text Example


Text Example

White with #06706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06706D; }

 p { color: rgb(6,112,109); }

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

background-color css

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

 a { background-color: rgb(6,112,109); }

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

border-color css

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

 span { border-color: rgb(6,112,109); }

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