Html Css Color HEX #077368 Pine Green

📋 copy color: '#077368'

red 7 ◦ green 115 ◦ blue 104

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

Shades of Pine Green #077368

Tints of Pine Green #077368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.02%

R = 3.1%
G = 50.88%
B = 46.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#077368 (or 0x077368) is known color: Pine Green. HEX triplet: 07, 73 and 68. RGB value is (7,115,104). Sum of RGB (Red+Green+Blue) = 7+115+104=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #077368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077368 is #F88C97. Grayscale: #515151. Windows color (decimal): -16288920 or 6845191. OLE color: 6845191.

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

Color convert

RGB 7 115 104 -
CMYK 0.94 0 0.10 0.55
HSL 173.89º 0.89% 0.24% -
HSV(B) 173.89º 0.94% 0.45% -
XYZ 8.72 13.31 15.21 -
YUV 81.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 7 115 104 0.94 0 0.10 0.55 173.89 0.89 0.24
Hex 7 73 68 5E 0 A 37 AE 59 18
Octal 7 163 150 136 0 12 67 256 131 30
Binary 111 1110011 1101000 1011110 0 1010 110111 10101110 1011001 11000

Color Harmonies of #077368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077368

Black with #077368

Text Example


Text Example

White with #077368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077368; }

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

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

background-color css

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

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

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

border-color css

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

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

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