Html Css Color HEX #00816E Pine Green

📋 copy color: '#00816E'

red 0 ◦ green 129 ◦ blue 110

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

Shades of Pine Green #00816E

Tints of Pine Green #00816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.97%

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

R = 0%
G = 53.97%
B = 46.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#00816E (or 0x00816E) is known color: Pine Green. HEX triplet: 00, 81 and 6E. RGB value is (0,129,110). Sum of RGB (Red+Green+Blue) = 0+129+110=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #00816E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00816E is #FF7E91. Grayscale: #585858. Windows color (decimal): -16744082 or 7241984. OLE color: 7241984.

HSL color Cylindrical-coordinate representation of color #00816E: hue angle of 171.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00816E is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 110 -
CMYK 1 0 0.15 0.49
HSL 171.16º 1% 0.25% -
HSV(B) 171.16º 1% 0.51% -
XYZ 10.66 16.83 17.44 -
YUV 88.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 0 129 110 1 0 0.15 0.49 171.16 1 0.25
Hex 0 81 6E 64 0 F 31 AB 64 19
Octal 0 201 156 144 0 17 61 253 144 31
Binary 0 10000001 1101110 1100100 0 1111 110001 10101011 1100100 11001

Color Harmonies of #00816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00816E

Black with #00816E

Text Example


Text Example

White with #00816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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