Html Css Color HEX #007164 Tropical Rain Forest

📋 copy color: '#007164'

red 0 ◦ green 113 ◦ blue 100

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

Shades of Tropical Rain Forest #007164

Tints of Tropical Rain Forest #007164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.05%

 BLUE value IS 100 (39.45% from 255) = 46.95%

R = 0%
G = 53.05%
B = 46.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#007164 (or 0x007164) is known color: Tropical Rain Forest. HEX triplet: 00, 71 and 64. RGB value is (0,113,100). Sum of RGB (Red+Green+Blue) = 0+113+100=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #007164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007164 is #FF8E9B. Grayscale: #4D4D4D. Windows color (decimal): -16748188 or 6582528. OLE color: 6582528.

HSL color Cylindrical-coordinate representation of color #007164: hue angle of 173.1º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007164 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 100 -
CMYK 1 0 0.12 0.56
HSL 173.1º 1% 0.22% -
HSV(B) 173.1º 1% 0.44% -
XYZ 8.21 12.73 14.08 -
YUV 77.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 0 113 100 1 0 0.12 0.56 173.1 1 0.22
Hex 0 71 64 64 0 C 38 AD 64 16
Octal 0 161 144 144 0 14 70 255 144 26
Binary 0 1110001 1100100 1100100 0 1100 111000 10101101 1100100 10110

Color Harmonies of #007164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007164

Black with #007164

Text Example


Text Example

White with #007164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007164; }

 p { color: rgb(0,113,100); }

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

background-color css

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

 a { background-color: rgb(0,113,100); }

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

border-color css

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

 span { border-color: rgb(0,113,100); }

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