#077269

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

Shades of Pine Green #077269

Tints of Pine Green #077269

Color information

#077269 (or 0x077269) is unknown color: approx Pine Green. HEX triplet: 07, 72 and 69. RGB value is (7,114,105). Sum of RGB (Red+Green+Blue) = 7+114+105=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #077269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077269 is #F88D96. Grayscale: #505050. Windows color (decimal): -16289175 or 6910471. OLE color: 6910471.

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

Color convert

RGB7114105-
CMYK0.9400.080.55
HSL174.95º88.43%23.73%-
HSV(B)174.95º93.86%44.71%-
XYZ8.6513.115.44-
YUV80.98141.5575.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.10%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=3.10%
G=50.44%
B=46.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71141050.9400.080.55174.9588.4323.73
Hex772695E0837af5818
Octal71621511360106725713030
Binary1111110010110100110111100100011011110101111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077269; }

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

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

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

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

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

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

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

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