#077266

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

Shades of Pine Green #077266

Tints of Pine Green #077266

Color information

#077266 (or 0x077266) is unknown color: approx Pine Green. HEX triplet: 07, 72 and 66. RGB value is (7,114,102). Sum of RGB (Red+Green+Blue) = 7+114+102=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #077266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077266 is #F88D99. Grayscale: #505050. Windows color (decimal): -16289178 or 6713863. OLE color: 6713863.

HSL color Cylindrical-coordinate representation of color #077266: hue angle of 173.27º 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 #077266 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB7114102-
CMYK0.9400.110.55
HSL173.27º88.43%23.73%-
HSV(B)173.27º93.86%44.71%-
XYZ8.513.0414.64-
YUV80.64140.0575.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.14%
GREEN value IS 114 (44.92% from 255) = 51.12%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=3.14%
G=51.12%
B=45.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71141020.9400.110.55173.2788.4323.73
Hex772665E0B37ad5818
Octal71621461360136725513030
Binary1111110010110011010111100101111011110101101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077266; }

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

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

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

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

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

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

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

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