Html Css Color HEX #0A735B Tropical Rain Forest

📋 copy color: '#0A735B'

red 10 ◦ green 115 ◦ blue 91

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

Shades of Tropical Rain Forest #0A735B

Tints of Tropical Rain Forest #0A735B

RGB

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

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

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

R = 4.63%
G = 53.24%
B = 42.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#0A735B (or 0x0A735B) is known color: Tropical Rain Forest. HEX triplet: 0A, 73 and 5B. RGB value is (10,115,91). Sum of RGB (Red+Green+Blue) = 10+115+91=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #0A735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A735B is #F58CA4. Grayscale: #505050. Windows color (decimal): -16092325 or 5993226. OLE color: 5993226.

HSL color Cylindrical-coordinate representation of color #0A735B: hue angle of 166.29º 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 #0A735B is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 115 91 -
CMYK 0.91 0 0.21 0.55
HSL 166.29º 0.84% 0.25% -
HSV(B) 166.29º 0.91% 0.45% -
XYZ 8.14 13.08 11.99 -
YUV 80.87 133.71 77.45 -
System Red Green Blue C M Y K H S L
Decimal 10 115 91 0.91 0 0.21 0.55 166.29 0.84 0.25
Hex A 73 5B 5B 0 15 37 A6 54 19
Octal 12 163 133 133 0 25 67 246 124 31
Binary 1010 1110011 1011011 1011011 0 10101 110111 10100110 1010100 11001

Color Harmonies of #0A735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A735B

Black with #0A735B

Text Example


Text Example

White with #0A735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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