Html Css Color HEX #00745D Tropical Rain Forest

📋 copy color: '#00745D'

red 0 ◦ green 116 ◦ blue 93

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

Shades of Tropical Rain Forest #00745D

Tints of Tropical Rain Forest #00745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 0%
G = 55.5%
B = 44.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#00745D (or 0x00745D) is known color: Tropical Rain Forest. HEX triplet: 00, 74 and 5D. RGB value is (0,116,93). Sum of RGB (Red+Green+Blue) = 0+116+93=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #00745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00745D is #FF8BA2. Grayscale: #4E4E4E. Windows color (decimal): -16747427 or 6124544. OLE color: 6124544.

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

Color convert

RGB 0 116 93 -
CMYK 1 0 0.20 0.55
HSL 168.1º 1% 0.23% -
HSV(B) 168.1º 1% 0.45% -
XYZ 8.22 13.28 12.49 -
YUV 78.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 0 116 93 1 0 0.20 0.55 168.1 1 0.23
Hex 0 74 5D 64 0 14 37 A8 64 17
Octal 0 164 135 144 0 24 67 250 144 27
Binary 0 1110100 1011101 1100100 0 10100 110111 10101000 1100100 10111

Color Harmonies of #00745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00745D

Black with #00745D

Text Example


Text Example

White with #00745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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