Html Css Color HEX #00726B Pine Green

📋 copy color: '#00726B'

red 0 ◦ green 114 ◦ blue 107

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

Shades of Pine Green #00726B

Tints of Pine Green #00726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.42%

R = 0%
G = 51.58%
B = 48.42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#00726B (or 0x00726B) is known color: Pine Green. HEX triplet: 00, 72 and 6B. RGB value is (0,114,107). Sum of RGB (Red+Green+Blue) = 0+114+107=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #00726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00726B is #FF8D94. Grayscale: #4F4F4F. Windows color (decimal): -16747925 or 7041536. OLE color: 7041536.

HSL color Cylindrical-coordinate representation of color #00726B: hue angle of 176.32º 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 #00726B is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 114 107 -
CMYK 1 0 0.06 0.55
HSL 176.32º 1% 0.22% -
HSV(B) 176.32º 1% 0.45% -
XYZ 8.67 13.1 15.98 -
YUV 79.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 0 114 107 1 0 0.06 0.55 176.32 1 0.22
Hex 0 72 6B 64 0 6 37 B0 64 16
Octal 0 162 153 144 0 6 67 260 144 26
Binary 0 1110010 1101011 1100100 0 110 110111 10110000 1100100 10110

Color Harmonies of #00726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00726B

Black with #00726B

Text Example


Text Example

White with #00726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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