Html Css Color HEX #00736A Pine Green

📋 copy color: '#00736A'

red 0 ◦ green 115 ◦ blue 106

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

Shades of Pine Green #00736A

Tints of Pine Green #00736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.04%

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 0%
G = 52.04%
B = 47.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#00736A (or 0x00736A) is known color: Pine Green. HEX triplet: 00, 73 and 6A. RGB value is (0,115,106). Sum of RGB (Red+Green+Blue) = 0+115+106=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #00736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00736A is #FF8C95. Grayscale: #4F4F4F. Windows color (decimal): -16747670 or 6976256. OLE color: 6976256.

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

Color convert

RGB 0 115 106 -
CMYK 1 0 0.08 0.55
HSL 175.3º 1% 0.23% -
HSV(B) 175.3º 1% 0.45% -
XYZ 8.73 13.3 15.74 -
YUV 79.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 0 115 106 1 0 0.08 0.55 175.3 1 0.23
Hex 0 73 6A 64 0 8 37 AF 64 17
Octal 0 163 152 144 0 10 67 257 144 27
Binary 0 1110011 1101010 1100100 0 1000 110111 10101111 1100100 10111

Color Harmonies of #00736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00736A

Black with #00736A

Text Example


Text Example

White with #00736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00736A; }

 p { color: rgb(0,115,106); }

 H1.HeaderClassName
 {
   color: #00736A;
 }
 .AnyTagClassName
 {
   color: #00736A;
 }
</style>

background-color css

<style>
 a { background-color: #00736A; }

 a { background-color: rgb(0,115,106); }

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

border-color css

<style>
 span { border-color: #00736A; }

 span { border-color: rgb(0,115,106); }

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