Html Css Color HEX #00816D Pine Green

📋 copy color: '#00816D'

red 0 ◦ green 129 ◦ blue 109

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

Shades of Pine Green #00816D

Tints of Pine Green #00816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 0%
G = 54.2%
B = 45.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#00816D (or 0x00816D) is known color: Pine Green. HEX triplet: 00, 81 and 6D. RGB value is (0,129,109). Sum of RGB (Red+Green+Blue) = 0+129+109=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #00816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00816D is #FF7E92. Grayscale: #585858. Windows color (decimal): -16744083 or 7176448. OLE color: 7176448.

HSL color Cylindrical-coordinate representation of color #00816D: hue angle of 170.7º 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 #00816D is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 109 -
CMYK 1 0 0.16 0.49
HSL 170.7º 1% 0.25% -
HSV(B) 170.7º 1% 0.51% -
XYZ 10.61 16.8 17.15 -
YUV 88.15 139.76 65.13 -
System Red Green Blue C M Y K H S L
Decimal 0 129 109 1 0 0.16 0.49 170.7 1 0.25
Hex 0 81 6D 64 0 10 31 AB 64 19
Octal 0 201 155 144 0 20 61 253 144 31
Binary 0 10000001 1101101 1100100 0 10000 110001 10101011 1100100 11001

Color Harmonies of #00816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00816D

Black with #00816D

Text Example


Text Example

White with #00816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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