Html Css Color HEX #00746F Pine Green

📋 copy color: '#00746F'

red 0 ◦ green 116 ◦ blue 111

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

Shades of Pine Green #00746F

Tints of Pine Green #00746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 0%
G = 51.1%
B = 48.9%

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

#00746F (or 0x00746F) is known color: Pine Green. HEX triplet: 00, 74 and 6F. RGB value is (0,116,111). Sum of RGB (Red+Green+Blue) = 0+116+111=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #00746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00746F is #FF8B90. Grayscale: #505050. Windows color (decimal): -16747409 or 7304192. OLE color: 7304192.

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

Color convert

RGB 0 116 111 -
CMYK 1 0 0.04 0.55
HSL 177.41º 1% 0.23% -
HSV(B) 177.41º 1% 0.45% -
XYZ 9.11 13.64 17.19 -
YUV 80.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 0 116 111 1 0 0.04 0.55 177.41 1 0.23
Hex 0 74 6F 64 0 4 37 B1 64 17
Octal 0 164 157 144 0 4 67 261 144 27
Binary 0 1110100 1101111 1100100 0 100 110111 10110001 1100100 10111

Color Harmonies of #00746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00746F

Black with #00746F

Text Example


Text Example

White with #00746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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