Html Css Color HEX #0A7359 Tropical Rain Forest

📋 copy color: '#0A7359'

red 10 ◦ green 115 ◦ blue 89

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

Shades of Tropical Rain Forest #0A7359

Tints of Tropical Rain Forest #0A7359

RGB

 RED value IS 10 (4.3% from 255) = 4.67%

 GREEN value IS 115 (45.31% from 255) = 53.74%

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 4.67%
G = 53.74%
B = 41.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#0A7359 (or 0x0A7359) is known color: Tropical Rain Forest. HEX triplet: 0A, 73 and 59. RGB value is (10,115,89). Sum of RGB (Red+Green+Blue) = 10+115+89=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7359 is #F58CA6. Grayscale: #505050. Windows color (decimal): -16092327 or 5862154. OLE color: 5862154.

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

Color convert

RGB 10 115 89 -
CMYK 0.91 0 0.23 0.55
HSL 165.14º 0.84% 0.25% -
HSV(B) 165.14º 0.91% 0.45% -
XYZ 8.06 13.05 11.54 -
YUV 80.64 132.71 77.61 -
System Red Green Blue C M Y K H S L
Decimal 10 115 89 0.91 0 0.23 0.55 165.14 0.84 0.25
Hex A 73 59 5B 0 17 37 A5 54 19
Octal 12 163 131 133 0 27 67 245 124 31
Binary 1010 1110011 1011001 1011011 0 10111 110111 10100101 1010100 11001

Color Harmonies of #0A7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7359

Black with #0A7359

Text Example


Text Example

White with #0A7359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,115,89); }

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

background-color css

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

 a { background-color: rgb(10,115,89); }

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

border-color css

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

 span { border-color: rgb(10,115,89); }

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