Html Css Color HEX #0A6D59 Tropical Rain Forest

📋 copy color: '#0A6D59'

red 10 ◦ green 109 ◦ blue 89

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

Shades of Tropical Rain Forest #0A6D59

Tints of Tropical Rain Forest #0A6D59

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.4%

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

R = 4.81%
G = 52.4%
B = 42.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#0A6D59 (or 0x0A6D59) is known color: Tropical Rain Forest. HEX triplet: 0A, 6D and 59. RGB value is (10,109,89). Sum of RGB (Red+Green+Blue) = 10+109+89=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6D59 is #F592A6. Grayscale: #4D4D4D. Windows color (decimal): -16093863 or 5860618. OLE color: 5860618.

HSL color Cylindrical-coordinate representation of color #0A6D59: hue angle of 167.88º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D59 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 109 89 -
CMYK 0.91 0 0.18 0.57
HSL 167.88º 0.83% 0.23% -
HSV(B) 167.88º 0.91% 0.43% -
XYZ 7.4 11.72 11.32 -
YUV 77.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 10 109 89 0.91 0 0.18 0.57 167.88 0.83 0.23
Hex A 6D 59 5B 0 12 39 A8 53 17
Octal 12 155 131 133 0 22 71 250 123 27
Binary 1010 1101101 1011001 1011011 0 10010 111001 10101000 1010011 10111

Color Harmonies of #0A6D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6D59

Black with #0A6D59

Text Example


Text Example

White with #0A6D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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