Html Css Color HEX #00776B Pine Green

📋 copy color: '#00776B'

red 0 ◦ green 119 ◦ blue 107

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

Shades of Pine Green #00776B

Tints of Pine Green #00776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.35%

R = 0%
G = 52.65%
B = 47.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#00776B (or 0x00776B) is known color: Pine Green. HEX triplet: 00, 77 and 6B. RGB value is (0,119,107). Sum of RGB (Red+Green+Blue) = 0+119+107=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #00776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00776B is #FF8894. Grayscale: #515151. Windows color (decimal): -16746645 or 7042816. OLE color: 7042816.

HSL color Cylindrical-coordinate representation of color #00776B: hue angle of 173.95º 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 #00776B is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 107 -
CMYK 1 0 0.10 0.53
HSL 173.95º 1% 0.23% -
HSV(B) 173.95º 1% 0.47% -
XYZ 9.25 14.26 16.17 -
YUV 82.05 142.08 69.48 -
System Red Green Blue C M Y K H S L
Decimal 0 119 107 1 0 0.10 0.53 173.95 1 0.23
Hex 0 77 6B 64 0 A 35 AE 64 17
Octal 0 167 153 144 0 12 65 256 144 27
Binary 0 1110111 1101011 1100100 0 1010 110101 10101110 1100100 10111

Color Harmonies of #00776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00776B

Black with #00776B

Text Example


Text Example

White with #00776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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