Html Css Color HEX #077470 Pine Green

📋 copy color: '#077470'

red 7 ◦ green 116 ◦ blue 112

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

Shades of Pine Green #077470

Tints of Pine Green #077470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

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

R = 2.98%
G = 49.36%
B = 47.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#077470 (or 0x077470) is known color: Pine Green. HEX triplet: 07, 74 and 70. RGB value is (7,116,112). Sum of RGB (Red+Green+Blue) = 7+116+112=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #077470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077470 is #F88B8F. Grayscale: #525252. Windows color (decimal): -16288656 or 7369735. OLE color: 7369735.

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

Color convert

RGB 7 116 112 -
CMYK 0.94 0 0.03 0.55
HSL 177.8º 0.89% 0.24% -
HSV(B) 177.8º 0.94% 0.45% -
XYZ 9.26 13.71 17.49 -
YUV 82.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 7 116 112 0.94 0 0.03 0.55 177.8 0.89 0.24
Hex 7 74 70 5E 0 3 37 B2 59 18
Octal 7 164 160 136 0 3 67 262 131 30
Binary 111 1110100 1110000 1011110 0 11 110111 10110010 1011001 11000

Color Harmonies of #077470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077470

Black with #077470

Text Example


Text Example

White with #077470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077470; }

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

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

background-color css

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

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

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

border-color css

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

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

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