Html Css Color HEX #0B755D Tropical Rain Forest

📋 copy color: '#0B755D'

red 11 ◦ green 117 ◦ blue 93

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

Shades of Tropical Rain Forest #0B755D

Tints of Tropical Rain Forest #0B755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.94%

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

R = 4.98%
G = 52.94%
B = 42.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#0B755D (or 0x0B755D) is known color: Tropical Rain Forest. HEX triplet: 0B, 75 and 5D. RGB value is (11,117,93). Sum of RGB (Red+Green+Blue) = 11+117+93=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #0B755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B755D is #F48AA2. Grayscale: #525252. Windows color (decimal): -16026275 or 6124811. OLE color: 6124811.

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

Color convert

RGB 11 117 93 -
CMYK 0.91 0 0.21 0.54
HSL 166.42º 0.83% 0.25% -
HSV(B) 166.42º 0.91% 0.46% -
XYZ 8.48 13.58 12.53 -
YUV 82.57 133.88 76.95 -
System Red Green Blue C M Y K H S L
Decimal 11 117 93 0.91 0 0.21 0.54 166.42 0.83 0.25
Hex B 75 5D 5B 0 15 36 A6 53 19
Octal 13 165 135 133 0 25 66 246 123 31
Binary 1011 1110101 1011101 1011011 0 10101 110110 10100110 1010011 11001

Color Harmonies of #0B755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B755D

Black with #0B755D

Text Example


Text Example

White with #0B755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,117,93); }

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

background-color css

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

 a { background-color: rgb(11,117,93); }

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

border-color css

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

 span { border-color: rgb(11,117,93); }

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