Html Css Color HEX #0A7966 Tropical Rain Forest

📋 copy color: '#0A7966'

red 10 ◦ green 121 ◦ blue 102

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

Shades of Tropical Rain Forest #0A7966

Tints of Tropical Rain Forest #0A7966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.93%

 BLUE value IS 102 (40.23% from 255) = 43.78%

R = 4.29%
G = 51.93%
B = 43.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#0A7966 (or 0x0A7966) is known color: Tropical Rain Forest. HEX triplet: 0A, 79 and 66. RGB value is (10,121,102). Sum of RGB (Red+Green+Blue) = 10+121+102=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7966 is #F58699. Grayscale: #555555. Windows color (decimal): -16090778 or 6715658. OLE color: 6715658.

HSL color Cylindrical-coordinate representation of color #0A7966: hue angle of 169.73º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7966 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 121 102 -
CMYK 0.92 0 0.16 0.53
HSL 169.73º 0.85% 0.26% -
HSV(B) 169.73º 0.92% 0.47% -
XYZ 9.36 14.7 14.91 -
YUV 85.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 10 121 102 0.92 0 0.16 0.53 169.73 0.85 0.26
Hex A 79 66 5C 0 10 35 AA 55 1A
Octal 12 171 146 134 0 20 65 252 125 32
Binary 1010 1111001 1100110 1011100 0 10000 110101 10101010 1010101 11010

Color Harmonies of #0A7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7966

Black with #0A7966

Text Example


Text Example

White with #0A7966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,121,102); }

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

background-color css

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

 a { background-color: rgb(10,121,102); }

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

border-color css

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

 span { border-color: rgb(10,121,102); }

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