#007A56

Color #007A56 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #007A56

Tints of Tropical Rain Forest #007A56

Color information

#007A56 (or 0x007A56) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 7A and 56. RGB value is (0,122,86). Sum of RGB (Red+Green+Blue) = 0+122+86=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #007A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A56 is #FF85A9. Grayscale: #515151. Windows color (decimal): -16745898 or 5667328. OLE color: 5667328.

HSL color Cylindrical-coordinate representation of color #007A56: hue angle of 162.3º 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 #007A56 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB012286-
CMYK100.300.52
HSL162.3º100%23.92%-
HSV(B)162.3º100%47.84%-
XYZ8.6414.5911.17-
YUV81.42130.5869.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 58.65%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=0%
G=58.65%
B=41.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal012286100.300.52162.310023.92
Hex07A566401E34a26418
Octal01721261440366424214430
Binary011110101010110110010001111011010010100010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #007A56;
 }
 .AnyTagClassName
 {
   color: #007A56;
 }
</style>
background-color css

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

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

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

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

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

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