Html Css Color HEX #078174 Pine Green

📋 copy color: '#078174'

red 7 ◦ green 129 ◦ blue 116

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

Shades of Pine Green #078174

Tints of Pine Green #078174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 2.78%
G = 51.19%
B = 46.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#078174 (or 0x078174) is known color: Pine Green. HEX triplet: 07, 81 and 74. RGB value is (7,129,116). Sum of RGB (Red+Green+Blue) = 7+129+116=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #078174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078174 is #F87E8B. Grayscale: #5A5A5A. Windows color (decimal): -16285324 or 7635207. OLE color: 7635207.

HSL color Cylindrical-coordinate representation of color #078174: hue angle of 173.61º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078174 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 129 116 -
CMYK 0.95 0 0.10 0.49
HSL 173.61º 0.9% 0.27% -
HSV(B) 173.61º 0.95% 0.51% -
XYZ 11.09 17.01 19.22 -
YUV 91.04 142.08 68.06 -
System Red Green Blue C M Y K H S L
Decimal 7 129 116 0.95 0 0.10 0.49 173.61 0.9 0.27
Hex 7 81 74 5F 0 A 31 AE 5A 1B
Octal 7 201 164 137 0 12 61 256 132 33
Binary 111 10000001 1110100 1011111 0 1010 110001 10101110 1011010 11011

Color Harmonies of #078174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078174

Black with #078174

Text Example


Text Example

White with #078174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078174; }

 p { color: rgb(7,129,116); }

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

background-color css

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

 a { background-color: rgb(7,129,116); }

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

border-color css

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

 span { border-color: rgb(7,129,116); }

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