Html Css Color HEX #007772 Pine Green

📋 copy color: '#007772'

red 0 ◦ green 119 ◦ blue 114

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

Shades of Pine Green #007772

Tints of Pine Green #007772

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 119 (46.88% from 255) = 51.07%

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

R = 0%
G = 51.07%
B = 48.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#007772 (or 0x007772) is known color: Pine Green. HEX triplet: 00, 77 and 72. RGB value is (0,119,114). Sum of RGB (Red+Green+Blue) = 0+119+114=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #007772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007772 is #FF888D. Grayscale: #525252. Windows color (decimal): -16746638 or 7501568. OLE color: 7501568.

HSL color Cylindrical-coordinate representation of color #007772: hue angle of 177.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007772 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 114 -
CMYK 1 0 0.04 0.53
HSL 177.48º 1% 0.23% -
HSV(B) 177.48º 1% 0.47% -
XYZ 9.63 14.41 18.19 -
YUV 82.85 145.58 68.91 -
System Red Green Blue C M Y K H S L
Decimal 0 119 114 1 0 0.04 0.53 177.48 1 0.23
Hex 0 77 72 64 0 4 35 B1 64 17
Octal 0 167 162 144 0 4 65 261 144 27
Binary 0 1110111 1110010 1100100 0 100 110101 10110001 1100100 10111

Color Harmonies of #007772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007772

Black with #007772

Text Example


Text Example

White with #007772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007772; }

 p { color: rgb(0,119,114); }

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

background-color css

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

 a { background-color: rgb(0,119,114); }

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

border-color css

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

 span { border-color: rgb(0,119,114); }

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