Html Css Color HEX #0A6C5D Tropical Rain Forest

📋 copy color: '#0A6C5D'

red 10 ◦ green 108 ◦ blue 93

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

Shades of Tropical Rain Forest #0A6C5D

Tints of Tropical Rain Forest #0A6C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.18%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 4.74%
G = 51.18%
B = 44.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#0A6C5D (or 0x0A6C5D) is known color: Tropical Rain Forest. HEX triplet: 0A, 6C and 5D. RGB value is (10,108,93). Sum of RGB (Red+Green+Blue) = 10+108+93=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6C5D is #F593A2. Grayscale: #4C4C4C. Windows color (decimal): -16094115 or 6122506. OLE color: 6122506.

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

Color convert

RGB 10 108 93 -
CMYK 0.91 0 0.14 0.58
HSL 170.82º 0.83% 0.23% -
HSV(B) 170.82º 0.91% 0.42% -
XYZ 7.46 11.58 12.2 -
YUV 76.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 10 108 93 0.91 0 0.14 0.58 170.82 0.83 0.23
Hex A 6C 5D 5B 0 E 3A AB 53 17
Octal 12 154 135 133 0 16 72 253 123 27
Binary 1010 1101100 1011101 1011011 0 1110 111010 10101011 1010011 10111

Color Harmonies of #0A6C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6C5D

Black with #0A6C5D

Text Example


Text Example

White with #0A6C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,108,93); }

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

background-color css

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

 a { background-color: rgb(10,108,93); }

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

border-color css

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

 span { border-color: rgb(10,108,93); }

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