Html Css Color HEX #0B715C Tropical Rain Forest

📋 copy color: '#0B715C'

red 11 ◦ green 113 ◦ blue 92

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

Shades of Tropical Rain Forest #0B715C

Tints of Tropical Rain Forest #0B715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.31%

 BLUE value IS 92 (36.33% from 255) = 42.59%

R = 5.09%
G = 52.31%
B = 42.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#0B715C (or 0x0B715C) is known color: Tropical Rain Forest. HEX triplet: 0B, 71 and 5C. RGB value is (11,113,92). Sum of RGB (Red+Green+Blue) = 11+113+92=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #0B715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B715C is #F48EA3. Grayscale: #505050. Windows color (decimal): -16027300 or 6058251. OLE color: 6058251.

HSL color Cylindrical-coordinate representation of color #0B715C: hue angle of 167.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B715C is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 113 92 -
CMYK 0.90 0 0.19 0.56
HSL 167.65º 0.82% 0.24% -
HSV(B) 167.65º 0.9% 0.44% -
XYZ 7.97 12.65 12.15 -
YUV 80.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 11 113 92 0.90 0 0.19 0.56 167.65 0.82 0.24
Hex B 71 5C 5A 0 13 38 A8 52 18
Octal 13 161 134 132 0 23 70 250 122 30
Binary 1011 1110001 1011100 1011010 0 10011 111000 10101000 1010010 11000

Color Harmonies of #0B715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B715C

Black with #0B715C

Text Example


Text Example

White with #0B715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,113,92); }

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

background-color css

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

 a { background-color: rgb(11,113,92); }

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

border-color css

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

 span { border-color: rgb(11,113,92); }

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