Html Css Color HEX #007560 Tropical Rain Forest

📋 copy color: '#007560'

red 0 ◦ green 117 ◦ blue 96

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

Shades of Tropical Rain Forest #007560

Tints of Tropical Rain Forest #007560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.93%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 0%
G = 54.93%
B = 45.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#007560 (or 0x007560) is known color: Tropical Rain Forest. HEX triplet: 00, 75 and 60. RGB value is (0,117,96). Sum of RGB (Red+Green+Blue) = 0+117+96=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #007560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007560 is #FF8A9F. Grayscale: #4F4F4F. Windows color (decimal): -16747168 or 6321408. OLE color: 6321408.

HSL color Cylindrical-coordinate representation of color #007560: hue angle of 169.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007560 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 96 -
CMYK 1 0 0.18 0.54
HSL 169.23º 1% 0.23% -
HSV(B) 169.23º 1% 0.46% -
XYZ 8.47 13.57 13.24 -
YUV 79.62 137.24 71.21 -
System Red Green Blue C M Y K H S L
Decimal 0 117 96 1 0 0.18 0.54 169.23 1 0.23
Hex 0 75 60 64 0 12 36 A9 64 17
Octal 0 165 140 144 0 22 66 251 144 27
Binary 0 1110101 1100000 1100100 0 10010 110110 10101001 1100100 10111

Color Harmonies of #007560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007560

Black with #007560

Text Example


Text Example

White with #007560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007560; }

 p { color: rgb(0,117,96); }

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

background-color css

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

 a { background-color: rgb(0,117,96); }

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

border-color css

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

 span { border-color: rgb(0,117,96); }

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