Html Css Color HEX #077B72 Pine Green

📋 copy color: '#077B72'

red 7 ◦ green 123 ◦ blue 114

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

Shades of Pine Green #077B72

Tints of Pine Green #077B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.41%

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 2.87%
G = 50.41%
B = 46.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#077B72 (or 0x077B72) is known color: Pine Green. HEX triplet: 07, 7B and 72. RGB value is (7,123,114). Sum of RGB (Red+Green+Blue) = 7+123+114=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #077B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B72 is #F8848D. Grayscale: #575757. Windows color (decimal): -16286862 or 7502599. OLE color: 7502599.

HSL color Cylindrical-coordinate representation of color #077B72: hue angle of 175.34º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B72 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 123 114 -
CMYK 0.94 0 0.07 0.52
HSL 175.34º 0.89% 0.25% -
HSV(B) 175.34º 0.94% 0.48% -
XYZ 10.21 15.43 18.36 -
YUV 87.29 143.07 70.73 -
System Red Green Blue C M Y K H S L
Decimal 7 123 114 0.94 0 0.07 0.52 175.34 0.89 0.25
Hex 7 7B 72 5E 0 7 34 AF 59 19
Octal 7 173 162 136 0 7 64 257 131 31
Binary 111 1111011 1110010 1011110 0 111 110100 10101111 1011001 11001

Color Harmonies of #077B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077B72

Black with #077B72

Text Example


Text Example

White with #077B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,123,114); }

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

background-color css

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

 a { background-color: rgb(7,123,114); }

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

border-color css

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

 span { border-color: rgb(7,123,114); }

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