Html Css Color HEX #06706C Pine Green

📋 copy color: '#06706C'

red 6 ◦ green 112 ◦ blue 108

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

Shades of Pine Green #06706C

Tints of Pine Green #06706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 2.65%
G = 49.56%
B = 47.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#06706C (or 0x06706C) is known color: Pine Green. HEX triplet: 06, 70 and 6C. RGB value is (6,112,108). Sum of RGB (Red+Green+Blue) = 6+112+108=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #06706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06706C is #F98F93. Grayscale: #4F4F4F. Windows color (decimal): -16355220 or 7106566. OLE color: 7106566.

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

Color convert

RGB 6 112 108 -
CMYK 0.95 0 0.04 0.56
HSL 177.74º 0.9% 0.23% -
HSV(B) 177.74º 0.95% 0.44% -
XYZ 8.58 12.71 16.19 -
YUV 79.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 6 112 108 0.95 0 0.04 0.56 177.74 0.9 0.23
Hex 6 70 6C 5F 0 4 38 B2 5A 17
Octal 6 160 154 137 0 4 70 262 132 27
Binary 110 1110000 1101100 1011111 0 100 111000 10110010 1011010 10111

Color Harmonies of #06706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06706C

Black with #06706C

Text Example


Text Example

White with #06706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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