Html Css Color HEX #00766F Pine Green

📋 copy color: '#00766F'

red 0 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #00766F

Tints of Pine Green #00766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.53%

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 0%
G = 51.53%
B = 48.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#00766F (or 0x00766F) is known color: Pine Green. HEX triplet: 00, 76 and 6F. RGB value is (0,118,111). Sum of RGB (Red+Green+Blue) = 0+118+111=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #00766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00766F is #FF8990. Grayscale: #515151. Windows color (decimal): -16746897 or 7304704. OLE color: 7304704.

HSL color Cylindrical-coordinate representation of color #00766F: hue angle of 176.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00766F is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 111 -
CMYK 1 0 0.06 0.54
HSL 176.44º 1% 0.23% -
HSV(B) 176.44º 1% 0.46% -
XYZ 9.35 14.1 17.27 -
YUV 81.92 144.41 69.57 -
System Red Green Blue C M Y K H S L
Decimal 0 118 111 1 0 0.06 0.54 176.44 1 0.23
Hex 0 76 6F 64 0 6 36 B0 64 17
Octal 0 166 157 144 0 6 66 260 144 27
Binary 0 1110110 1101111 1100100 0 110 110110 10110000 1100100 10111

Color Harmonies of #00766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00766F

Black with #00766F

Text Example


Text Example

White with #00766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00766F; }

 p { color: rgb(0,118,111); }

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

background-color css

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

 a { background-color: rgb(0,118,111); }

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

border-color css

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

 span { border-color: rgb(0,118,111); }

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