Html Css Color HEX #007A5E Tropical Rain Forest

📋 copy color: '#007A5E'

red 0 ◦ green 122 ◦ blue 94

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

Shades of Tropical Rain Forest #007A5E

Tints of Tropical Rain Forest #007A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 56.48%

 BLUE value IS 94 (37.11% from 255) = 43.52%

R = 0%
G = 56.48%
B = 43.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#007A5E (or 0x007A5E) is known color: Tropical Rain Forest. HEX triplet: 00, 7A and 5E. RGB value is (0,122,94). Sum of RGB (Red+Green+Blue) = 0+122+94=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #007A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A5E is #FF85A1. Grayscale: #525252. Windows color (decimal): -16745890 or 6191616. OLE color: 6191616.

HSL color Cylindrical-coordinate representation of color #007A5E: hue angle of 166.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A5E is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 0 122 94 -
CMYK 1 0 0.23 0.52
HSL 166.23º 1% 0.24% -
HSV(B) 166.23º 1% 0.48% -
XYZ 8.98 14.73 12.96 -
YUV 82.33 134.58 69.28 -
System Red Green Blue C M Y K H S L
Decimal 0 122 94 1 0 0.23 0.52 166.23 1 0.24
Hex 0 7A 5E 64 0 17 34 A6 64 18
Octal 0 172 136 144 0 27 64 246 144 30
Binary 0 1111010 1011110 1100100 0 10111 110100 10100110 1100100 11000

Color Harmonies of #007A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007A5E

Black with #007A5E

Text Example


Text Example

White with #007A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007A5E; }

 p { color: rgb(0,122,94); }

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

background-color css

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

 a { background-color: rgb(0,122,94); }

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

border-color css

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

 span { border-color: rgb(0,122,94); }

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