Html Css Color HEX #078274 Pine Green

📋 copy color: '#078274'

red 7 ◦ green 130 ◦ blue 116

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

Shades of Pine Green #078274

Tints of Pine Green #078274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

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

R = 2.77%
G = 51.38%
B = 45.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#078274 (or 0x078274) is known color: Pine Green. HEX triplet: 07, 82 and 74. RGB value is (7,130,116). Sum of RGB (Red+Green+Blue) = 7+130+116=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #078274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078274 is #F87D8B. Grayscale: #5B5B5B. Windows color (decimal): -16285068 or 7635463. OLE color: 7635463.

HSL color Cylindrical-coordinate representation of color #078274: hue angle of 173.17º 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 #078274 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 116 -
CMYK 0.95 0 0.11 0.49
HSL 173.17º 0.9% 0.27% -
HSV(B) 173.17º 0.95% 0.51% -
XYZ 11.22 17.27 19.27 -
YUV 91.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 7 130 116 0.95 0 0.11 0.49 173.17 0.9 0.27
Hex 7 82 74 5F 0 B 31 AD 5A 1B
Octal 7 202 164 137 0 13 61 255 132 33
Binary 111 10000010 1110100 1011111 0 1011 110001 10101101 1011010 11011

Color Harmonies of #078274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078274

Black with #078274

Text Example


Text Example

White with #078274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078274; }

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

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

background-color css

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

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

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

border-color css

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

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

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