Html Css Color HEX #00746D Pine Green

📋 copy color: '#00746D'

red 0 ◦ green 116 ◦ blue 109

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

Shades of Pine Green #00746D

Tints of Pine Green #00746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.56%

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

R = 0%
G = 51.56%
B = 48.44%

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

#00746D (or 0x00746D) is known color: Pine Green. HEX triplet: 00, 74 and 6D. RGB value is (0,116,109). Sum of RGB (Red+Green+Blue) = 0+116+109=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #00746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00746D is #FF8B92. Grayscale: #505050. Windows color (decimal): -16747411 or 7173120. OLE color: 7173120.

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

Color convert

RGB 0 116 109 -
CMYK 1 0 0.06 0.55
HSL 176.38º 1% 0.23% -
HSV(B) 176.38º 1% 0.45% -
XYZ 9.01 13.59 16.62 -
YUV 80.52 144.07 70.57 -
System Red Green Blue C M Y K H S L
Decimal 0 116 109 1 0 0.06 0.55 176.38 1 0.23
Hex 0 74 6D 64 0 6 37 B0 64 17
Octal 0 164 155 144 0 6 67 260 144 27
Binary 0 1110100 1101101 1100100 0 110 110111 10110000 1100100 10111

Color Harmonies of #00746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00746D

Black with #00746D

Text Example


Text Example

White with #00746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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