#07726D

Color #07726D Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #07726D

Tints of Pine Green #07726D

Color information

#07726D (or 0x07726D) is unknown color: approx Pine Green. HEX triplet: 07, 72 and 6D. RGB value is (7,114,109). Sum of RGB (Red+Green+Blue) = 7+114+109=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #07726D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07726D is #F88D92. Grayscale: #515151. Windows color (decimal): -16289171 or 7172615. OLE color: 7172615.

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

Color convert

RGB7114109-
CMYK0.9400.040.55
HSL177.2º88.43%23.73%-
HSV(B)177.2º93.86%44.71%-
XYZ8.8713.1816.55-
YUV81.44143.5574.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=3.04%
G=49.57%
B=47.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71141090.9400.040.55177.288.4323.73
Hex7726D5E0437b15818
Octal7162155136046726113030
Binary111111001011011011011110010011011110110001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07726D;
 }
 .AnyTagClassName
 {
   color: #07726D;
 }
</style>
background-color css

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

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

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

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

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

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