Html Css Color HEX #077170 Pine Green

📋 copy color: '#077170'

red 7 ◦ green 113 ◦ blue 112

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

Shades of Pine Green #077170

Tints of Pine Green #077170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.71%

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

R = 3.02%
G = 48.71%
B = 48.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#077170 (or 0x077170) is known color: Pine Green. HEX triplet: 07, 71 and 70. RGB value is (7,113,112). Sum of RGB (Red+Green+Blue) = 7+113+112=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #077170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077170 is #F88E8F. Grayscale: #515151. Windows color (decimal): -16289424 or 7368967. OLE color: 7368967.

HSL color Cylindrical-coordinate representation of color #077170: hue angle of 179.43º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077170 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 112 -
CMYK 0.94 0 0.01 0.56
HSL 179.43º 0.88% 0.24% -
HSV(B) 179.43º 0.94% 0.44% -
XYZ 8.92 13.03 17.37 -
YUV 81.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 7 113 112 0.94 0 0.01 0.56 179.43 0.88 0.24
Hex 7 71 70 5E 0 1 38 B3 58 18
Octal 7 161 160 136 0 1 70 263 130 30
Binary 111 1110001 1110000 1011110 0 1 111000 10110011 1011000 11000

Color Harmonies of #077170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077170

Black with #077170

Text Example


Text Example

White with #077170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077170; }

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

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

background-color css

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

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

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

border-color css

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

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

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