Html Css Color HEX #0A6959 Tropical Rain Forest

📋 copy color: '#0A6959'

red 10 ◦ green 105 ◦ blue 89

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

Shades of Tropical Rain Forest #0A6959

Tints of Tropical Rain Forest #0A6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.47%

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

R = 4.9%
G = 51.47%
B = 43.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#0A6959 (or 0x0A6959) is known color: Tropical Rain Forest. HEX triplet: 0A, 69 and 59. RGB value is (10,105,89). Sum of RGB (Red+Green+Blue) = 10+105+89=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6959 is #F596A6. Grayscale: #4A4A4A. Windows color (decimal): -16094887 or 5859594. OLE color: 5859594.

HSL color Cylindrical-coordinate representation of color #0A6959: hue angle of 169.89º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6959 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 105 89 -
CMYK 0.90 0 0.15 0.59
HSL 169.89º 0.83% 0.23% -
HSV(B) 169.89º 0.9% 0.41% -
XYZ 6.98 10.89 11.19 -
YUV 74.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 10 105 89 0.90 0 0.15 0.59 169.89 0.83 0.23
Hex A 69 59 5A 0 F 3B AA 53 17
Octal 12 151 131 132 0 17 73 252 123 27
Binary 1010 1101001 1011001 1011010 0 1111 111011 10101010 1010011 10111

Color Harmonies of #0A6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6959

Black with #0A6959

Text Example


Text Example

White with #0A6959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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