Html Css Color HEX #00766E Pine Green

📋 copy color: '#00766E'

red 0 ◦ green 118 ◦ blue 110

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

Shades of Pine Green #00766E

Tints of Pine Green #00766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 0%
G = 51.75%
B = 48.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#00766E (or 0x00766E) is known color: Pine Green. HEX triplet: 00, 76 and 6E. RGB value is (0,118,110). Sum of RGB (Red+Green+Blue) = 0+118+110=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #00766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00766E is #FF8991. Grayscale: #515151. Windows color (decimal): -16746898 or 7239168. OLE color: 7239168.

HSL color Cylindrical-coordinate representation of color #00766E: hue angle of 175.93º 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 #00766E is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 110 -
CMYK 1 0 0.07 0.54
HSL 175.93º 1% 0.23% -
HSV(B) 175.93º 1% 0.46% -
XYZ 9.29 14.08 16.98 -
YUV 81.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 0 118 110 1 0 0.07 0.54 175.93 1 0.23
Hex 0 76 6E 64 0 7 36 B0 64 17
Octal 0 166 156 144 0 7 66 260 144 27
Binary 0 1110110 1101110 1100100 0 111 110110 10110000 1100100 10111

Color Harmonies of #00766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00766E

Black with #00766E

Text Example


Text Example

White with #00766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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