#077768

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

Shades of Pine Green #077768

Tints of Pine Green #077768

Color information

#077768 (or 0x077768) is unknown color: approx Pine Green. HEX triplet: 07, 77 and 68. RGB value is (7,119,104). Sum of RGB (Red+Green+Blue) = 7+119+104=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #077768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077768 is #F88897. Grayscale: #535353. Windows color (decimal): -16287896 or 6846215. OLE color: 6846215.

HSL color Cylindrical-coordinate representation of color #077768: hue angle of 171.96º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077768 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB7119104-
CMYK0.9400.130.53
HSL171.96º88.89%24.71%-
HSV(B)171.96º94.12%46.67%-
XYZ9.1814.2415.36-
YUV83.8139.3973.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=3.04%
G=51.74%
B=45.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71191040.9400.130.53171.9688.8924.71
Hex777685E0D35ac5919
Octal71671501360156525413131
Binary1111110111110100010111100110111010110101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077768; }

 p { color: rgb(7,119,104); }

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

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

 a { background-color: rgb(7,119,104); }

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

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

 span { border-color: rgb(7,119,104); }

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