Html Css Color HEX #077369 Pine Green

📋 copy color: '#077369'

red 7 ◦ green 115 ◦ blue 105

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

Shades of Pine Green #077369

Tints of Pine Green #077369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

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

R = 3.08%
G = 50.66%
B = 46.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#077369 (or 0x077369) is known color: Pine Green. HEX triplet: 07, 73 and 69. RGB value is (7,115,105). Sum of RGB (Red+Green+Blue) = 7+115+105=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #077369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077369 is #F88C96. Grayscale: #515151. Windows color (decimal): -16288919 or 6910727. OLE color: 6910727.

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

Color convert

RGB 7 115 105 -
CMYK 0.94 0 0.09 0.55
HSL 174.44º 0.89% 0.24% -
HSV(B) 174.44º 0.94% 0.45% -
XYZ 8.77 13.33 15.47 -
YUV 81.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 7 115 105 0.94 0 0.09 0.55 174.44 0.89 0.24
Hex 7 73 69 5E 0 9 37 AE 59 18
Octal 7 163 151 136 0 11 67 256 131 30
Binary 111 1110011 1101001 1011110 0 1001 110111 10101110 1011001 11000

Color Harmonies of #077369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077369

Black with #077369

Text Example


Text Example

White with #077369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077369; }

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

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

background-color css

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

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

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

border-color css

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

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

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