Html Css Color HEX #06726D Pine Green

📋 copy color: '#06726D'

red 6 ◦ green 114 ◦ blue 109

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

Shades of Pine Green #06726D

Tints of Pine Green #06726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

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

R = 2.62%
G = 49.78%
B = 47.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#06726D (or 0x06726D) is known color: Pine Green. HEX triplet: 06, 72 and 6D. RGB value is (6,114,109). Sum of RGB (Red+Green+Blue) = 6+114+109=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #06726D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06726D is #F98D92. Grayscale: #515151. Windows color (decimal): -16354707 or 7172614. OLE color: 7172614.

HSL color Cylindrical-coordinate representation of color #06726D: hue angle of 177.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06726D is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 114 109 -
CMYK 0.95 0 0.04 0.55
HSL 177.22º 0.9% 0.24% -
HSV(B) 177.22º 0.95% 0.45% -
XYZ 8.85 13.18 16.54 -
YUV 81.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 6 114 109 0.95 0 0.04 0.55 177.22 0.9 0.24
Hex 6 72 6D 5F 0 4 37 B1 5A 18
Octal 6 162 155 137 0 4 67 261 132 30
Binary 110 1110010 1101101 1011111 0 100 110111 10110001 1011010 11000

Color Harmonies of #06726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06726D

Black with #06726D

Text Example


Text Example

White with #06726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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