Html Css Color HEX #0A745F Tropical Rain Forest

📋 copy color: '#0A745F'

red 10 ◦ green 116 ◦ blue 95

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

Shades of Tropical Rain Forest #0A745F

Tints of Tropical Rain Forest #0A745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 4.52%
G = 52.49%
B = 42.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#0A745F (or 0x0A745F) is known color: Tropical Rain Forest. HEX triplet: 0A, 74 and 5F. RGB value is (10,116,95). Sum of RGB (Red+Green+Blue) = 10+116+95=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #0A745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A745F is #F58BA0. Grayscale: #515151. Windows color (decimal): -16092065 or 6255626. OLE color: 6255626.

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

Color convert

RGB 10 116 95 -
CMYK 0.91 0 0.18 0.55
HSL 168.11º 0.84% 0.25% -
HSV(B) 168.11º 0.91% 0.45% -
XYZ 8.44 13.38 12.96 -
YUV 81.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 10 116 95 0.91 0 0.18 0.55 168.11 0.84 0.25
Hex A 74 5F 5B 0 12 37 A8 54 19
Octal 12 164 137 133 0 22 67 250 124 31
Binary 1010 1110100 1011111 1011011 0 10010 110111 10101000 1010100 11001

Color Harmonies of #0A745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A745F

Black with #0A745F

Text Example


Text Example

White with #0A745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,116,95); }

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

background-color css

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

 a { background-color: rgb(10,116,95); }

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

border-color css

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

 span { border-color: rgb(10,116,95); }

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