Html Css Color HEX #00726E Pine Green

📋 copy color: '#00726E'

red 0 ◦ green 114 ◦ blue 110

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

Shades of Pine Green #00726E

Tints of Pine Green #00726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.89%

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

R = 0%
G = 50.89%
B = 49.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#00726E (or 0x00726E) is known color: Pine Green. HEX triplet: 00, 72 and 6E. RGB value is (0,114,110). Sum of RGB (Red+Green+Blue) = 0+114+110=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #00726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00726E is #FF8D91. Grayscale: #4F4F4F. Windows color (decimal): -16747922 or 7238144. OLE color: 7238144.

HSL color Cylindrical-coordinate representation of color #00726E: hue angle of 177.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00726E is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 114 110 -
CMYK 1 0 0.04 0.55
HSL 177.89º 1% 0.22% -
HSV(B) 177.89º 1% 0.45% -
XYZ 8.83 13.16 16.83 -
YUV 79.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 0 114 110 1 0 0.04 0.55 177.89 1 0.22
Hex 0 72 6E 64 0 4 37 B2 64 16
Octal 0 162 156 144 0 4 67 262 144 26
Binary 0 1110010 1101110 1100100 0 100 110111 10110010 1100100 10110

Color Harmonies of #00726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00726E

Black with #00726E

Text Example


Text Example

White with #00726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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