#077367

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

Shades of Pine Green #077367

Tints of Pine Green #077367

Color information

#077367 (or 0x077367) is unknown color: approx Pine Green. HEX triplet: 07, 73 and 67. RGB value is (7,115,103). Sum of RGB (Red+Green+Blue) = 7+115+103=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #077367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077367 is #F88C98. Grayscale: #515151. Windows color (decimal): -16288921 or 6779655. OLE color: 6779655.

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

Color convert

RGB7115103-
CMYK0.9400.100.55
HSL173.33º88.52%23.92%-
HSV(B)173.33º93.91%45.1%-
XYZ8.6713.2914.94-
YUV81.34140.2274.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.11%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=3.11%
G=51.11%
B=45.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71151030.9400.100.55173.3388.5223.92
Hex773675E0A37ad5918
Octal71631471360126725513130
Binary1111110011110011110111100101011011110101101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077367; }

 p { color: rgb(7,115,103); }

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

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

 a { background-color: rgb(7,115,103); }

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

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

 span { border-color: rgb(7,115,103); }

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