Html Css Color HEX #0B795F Tropical Rain Forest

📋 copy color: '#0B795F'

red 11 ◦ green 121 ◦ blue 95

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

Shades of Tropical Rain Forest #0B795F

Tints of Tropical Rain Forest #0B795F

RGB

 RED value IS 11 (4.69% from 255) = 4.85%

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

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

R = 4.85%
G = 53.3%
B = 41.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#0B795F (or 0x0B795F) is known color: Tropical Rain Forest. HEX triplet: 0B, 79 and 5F. RGB value is (11,121,95). Sum of RGB (Red+Green+Blue) = 11+121+95=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #0B795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B795F is #F486A0. Grayscale: #555555. Windows color (decimal): -16025249 or 6256907. OLE color: 6256907.

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

Color convert

RGB 11 121 95 -
CMYK 0.91 0 0.21 0.53
HSL 165.82º 0.83% 0.26% -
HSV(B) 165.82º 0.91% 0.47% -
XYZ 9.04 14.57 13.16 -
YUV 85.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 11 121 95 0.91 0 0.21 0.53 165.82 0.83 0.26
Hex B 79 5F 5B 0 15 35 A6 53 1A
Octal 13 171 137 133 0 25 65 246 123 32
Binary 1011 1111001 1011111 1011011 0 10101 110101 10100110 1010011 11010

Color Harmonies of #0B795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B795F

Black with #0B795F

Text Example


Text Example

White with #0B795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,121,95); }

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

background-color css

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

 a { background-color: rgb(11,121,95); }

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

border-color css

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

 span { border-color: rgb(11,121,95); }

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