Html Css Color HEX #0D7460 Tropical Rain Forest

📋 copy color: '#0D7460'

red 13 ◦ green 116 ◦ blue 96

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

Shades of Tropical Rain Forest #0D7460

Tints of Tropical Rain Forest #0D7460

RGB

 RED value IS 13 (5.47% from 255) = 5.78%

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

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

R = 5.78%
G = 51.56%
B = 42.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#0D7460 (or 0x0D7460) is known color: Tropical Rain Forest. HEX triplet: 0D, 74 and 60. RGB value is (13,116,96). Sum of RGB (Red+Green+Blue) = 13+116+96=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7460 is #F28B9F. Grayscale: #525252. Windows color (decimal): -15895456 or 6321165. OLE color: 6321165.

HSL color Cylindrical-coordinate representation of color #0D7460: hue angle of 168.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7460 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 116 96 -
CMYK 0.89 0 0.17 0.55
HSL 168.35º 0.8% 0.25% -
HSV(B) 168.35º 0.89% 0.45% -
XYZ 8.52 13.42 13.21 -
YUV 82.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 13 116 96 0.89 0 0.17 0.55 168.35 0.8 0.25
Hex D 74 60 59 0 11 37 A8 50 19
Octal 15 164 140 131 0 21 67 250 120 31
Binary 1101 1110100 1100000 1011001 0 10001 110111 10101000 1010000 11001

Color Harmonies of #0D7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7460

Black with #0D7460

Text Example


Text Example

White with #0D7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7460; }

 p { color: rgb(13,116,96); }

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

background-color css

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

 a { background-color: rgb(13,116,96); }

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

border-color css

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

 span { border-color: rgb(13,116,96); }

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