Html Css Color HEX #0B775D Tropical Rain Forest

📋 copy color: '#0B775D'

red 11 ◦ green 119 ◦ blue 93

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

Shades of Tropical Rain Forest #0B775D

Tints of Tropical Rain Forest #0B775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.36%

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

R = 4.93%
G = 53.36%
B = 41.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#0B775D (or 0x0B775D) is known color: Tropical Rain Forest. HEX triplet: 0B, 77 and 5D. RGB value is (11,119,93). Sum of RGB (Red+Green+Blue) = 11+119+93=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #0B775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B775D is #F488A2. Grayscale: #535353. Windows color (decimal): -16025763 or 6125323. OLE color: 6125323.

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

Color convert

RGB 11 119 93 -
CMYK 0.91 0 0.22 0.53
HSL 165.56º 0.83% 0.25% -
HSV(B) 165.56º 0.91% 0.47% -
XYZ 8.71 14.06 12.61 -
YUV 83.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 11 119 93 0.91 0 0.22 0.53 165.56 0.83 0.25
Hex B 77 5D 5B 0 16 35 A6 53 19
Octal 13 167 135 133 0 26 65 246 123 31
Binary 1011 1110111 1011101 1011011 0 10110 110101 10100110 1010011 11001

Color Harmonies of #0B775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B775D

Black with #0B775D

Text Example


Text Example

White with #0B775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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