Html Css Color HEX #0D775B Tropical Rain Forest

📋 copy color: '#0D775B'

red 13 ◦ green 119 ◦ blue 91

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

Shades of Tropical Rain Forest #0D775B

Tints of Tropical Rain Forest #0D775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.36%

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 5.83%
G = 53.36%
B = 40.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#0D775B (or 0x0D775B) is known color: Tropical Rain Forest. HEX triplet: 0D, 77 and 5B. RGB value is (13,119,91). Sum of RGB (Red+Green+Blue) = 13+119+91=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #0D775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D775B is #F288A4. Grayscale: #545454. Windows color (decimal): -15894693 or 5994253. OLE color: 5994253.

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

Color convert

RGB 13 119 91 -
CMYK 0.89 0 0.24 0.53
HSL 164.15º 0.8% 0.26% -
HSV(B) 164.15º 0.89% 0.47% -
XYZ 8.65 14.03 12.15 -
YUV 84.11 131.88 77.28 -
System Red Green Blue C M Y K H S L
Decimal 13 119 91 0.89 0 0.24 0.53 164.15 0.8 0.26
Hex D 77 5B 59 0 18 35 A4 50 1A
Octal 15 167 133 131 0 30 65 244 120 32
Binary 1101 1110111 1011011 1011001 0 11000 110101 10100100 1010000 11010

Color Harmonies of #0D775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D775B

Black with #0D775B

Text Example


Text Example

White with #0D775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,119,91); }

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

background-color css

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

 a { background-color: rgb(13,119,91); }

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

border-color css

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

 span { border-color: rgb(13,119,91); }

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