Html Css Color HEX #077672 Pine Green

📋 copy color: '#077672'

red 7 ◦ green 118 ◦ blue 114

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

Shades of Pine Green #077672

Tints of Pine Green #077672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.37%

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 2.93%
G = 49.37%
B = 47.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#077672 (or 0x077672) is known color: Pine Green. HEX triplet: 07, 76 and 72. RGB value is (7,118,114). Sum of RGB (Red+Green+Blue) = 7+118+114=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #077672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077672 is #F8898D. Grayscale: #545454. Windows color (decimal): -16288142 or 7501319. OLE color: 7501319.

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

Color convert

RGB 7 118 114 -
CMYK 0.94 0 0.03 0.54
HSL 177.84º 0.89% 0.25% -
HSV(B) 177.84º 0.94% 0.46% -
XYZ 9.6 14.22 18.16 -
YUV 84.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 7 118 114 0.94 0 0.03 0.54 177.84 0.89 0.25
Hex 7 76 72 5E 0 3 36 B2 59 19
Octal 7 166 162 136 0 3 66 262 131 31
Binary 111 1110110 1110010 1011110 0 11 110110 10110010 1011001 11001

Color Harmonies of #077672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077672

Black with #077672

Text Example


Text Example

White with #077672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077672; }

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

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

background-color css

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

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

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

border-color css

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

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

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