Html Css Color HEX #0D765D Tropical Rain Forest

📋 copy color: '#0D765D'

red 13 ◦ green 118 ◦ blue 93

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

Shades of Tropical Rain Forest #0D765D

Tints of Tropical Rain Forest #0D765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 5.8%
G = 52.68%
B = 41.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#0D765D (or 0x0D765D) is known color: Tropical Rain Forest. HEX triplet: 0D, 76 and 5D. RGB value is (13,118,93). Sum of RGB (Red+Green+Blue) = 13+118+93=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #0D765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D765D is #F289A2. Grayscale: #535353. Windows color (decimal): -15894947 or 6125069. OLE color: 6125069.

HSL color Cylindrical-coordinate representation of color #0D765D: hue angle of 165.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D765D is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 118 93 -
CMYK 0.89 0 0.21 0.54
HSL 165.71º 0.8% 0.26% -
HSV(B) 165.71º 0.89% 0.46% -
XYZ 8.62 13.83 12.57 -
YUV 83.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 13 118 93 0.89 0 0.21 0.54 165.71 0.8 0.26
Hex D 76 5D 59 0 15 36 A6 50 1A
Octal 15 166 135 131 0 25 66 246 120 32
Binary 1101 1110110 1011101 1011001 0 10101 110110 10100110 1010000 11010

Color Harmonies of #0D765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D765D

Black with #0D765D

Text Example


Text Example

White with #0D765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,118,93); }

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

background-color css

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

 a { background-color: rgb(13,118,93); }

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

border-color css

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

 span { border-color: rgb(13,118,93); }

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