Html Css Color HEX #077569 Pine Green

📋 copy color: '#077569'

red 7 ◦ green 117 ◦ blue 105

#077569
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #077569

Tints of Pine Green #077569

RGB

 RED value IS 7 (3.13% from 255) = 3.06%

 GREEN value IS 117 (46.09% from 255) = 51.09%

 BLUE value IS 105 (41.41% from 255) = 45.85%

R = 3.06%
G = 51.09%
B = 45.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#077569 (or 0x077569) is known color: Pine Green. HEX triplet: 07, 75 and 69. RGB value is (7,117,105). Sum of RGB (Red+Green+Blue) = 7+117+105=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #077569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077569 is #F88A96. Grayscale: #525252. Windows color (decimal): -16288407 or 6911239. OLE color: 6911239.

HSL color Cylindrical-coordinate representation of color #077569: hue angle of 173.45º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077569 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 117 105 -
CMYK 0.94 0 0.10 0.54
HSL 173.45º 0.89% 0.24% -
HSV(B) 173.45º 0.94% 0.46% -
XYZ 9 13.79 15.55 -
YUV 82.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 7 117 105 0.94 0 0.10 0.54 173.45 0.89 0.24
Hex 7 75 69 5E 0 A 36 AD 59 18
Octal 7 165 151 136 0 12 66 255 131 30
Binary 111 1110101 1101001 1011110 0 1010 110110 10101101 1011001 11000

Color Harmonies of #077569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077569

Black with #077569

Text Example


Text Example

White with #077569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077569; }

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

 H1.HeaderClassName
 {
   color: #077569;
 }
 .AnyTagClassName
 {
   color: #077569;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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