Html Css Color HEX #077C71 Pine Green

📋 copy color: '#077C71'

red 7 ◦ green 124 ◦ blue 113

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

Shades of Pine Green #077C71

Tints of Pine Green #077C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.82%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 2.87%
G = 50.82%
B = 46.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#077C71 (or 0x077C71) is known color: Pine Green. HEX triplet: 07, 7C and 71. RGB value is (7,124,113). Sum of RGB (Red+Green+Blue) = 7+124+113=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #077C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077C71 is #F8838E. Grayscale: #575757. Windows color (decimal): -16286607 or 7437319. OLE color: 7437319.

HSL color Cylindrical-coordinate representation of color #077C71: hue angle of 174.36º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077C71 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 124 113 -
CMYK 0.94 0 0.09 0.51
HSL 174.36º 0.89% 0.26% -
HSV(B) 174.36º 0.94% 0.49% -
XYZ 10.28 15.65 18.1 -
YUV 87.76 142.24 70.39 -
System Red Green Blue C M Y K H S L
Decimal 7 124 113 0.94 0 0.09 0.51 174.36 0.89 0.26
Hex 7 7C 71 5E 0 9 33 AE 59 1A
Octal 7 174 161 136 0 11 63 256 131 32
Binary 111 1111100 1110001 1011110 0 1001 110011 10101110 1011001 11010

Color Harmonies of #077C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077C71

Black with #077C71

Text Example


Text Example

White with #077C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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