Html Css Color HEX #078370 Pine Green

📋 copy color: '#078370'

red 7 ◦ green 131 ◦ blue 112

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

Shades of Pine Green #078370

Tints of Pine Green #078370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 2.8%
G = 52.4%
B = 44.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#078370 (or 0x078370) is known color: Pine Green. HEX triplet: 07, 83 and 70. RGB value is (7,131,112). Sum of RGB (Red+Green+Blue) = 7+131+112=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #078370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078370 is #F87C8F. Grayscale: #5B5B5B. Windows color (decimal): -16284816 or 7373575. OLE color: 7373575.

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

Color convert

RGB 7 131 112 -
CMYK 0.95 0 0.15 0.49
HSL 170.81º 0.9% 0.27% -
HSV(B) 170.81º 0.95% 0.51% -
XYZ 11.13 17.45 18.11 -
YUV 91.76 139.42 67.54 -
System Red Green Blue C M Y K H S L
Decimal 7 131 112 0.95 0 0.15 0.49 170.81 0.9 0.27
Hex 7 83 70 5F 0 F 31 AB 5A 1B
Octal 7 203 160 137 0 17 61 253 132 33
Binary 111 10000011 1110000 1011111 0 1111 110001 10101011 1011010 11011

Color Harmonies of #078370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078370

Black with #078370

Text Example


Text Example

White with #078370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078370; }

 p { color: rgb(7,131,112); }

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

background-color css

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

 a { background-color: rgb(7,131,112); }

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

border-color css

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

 span { border-color: rgb(7,131,112); }

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