Html Css Color HEX #115B76 Orient

📋 copy color: '#115B76'

red 17 ◦ green 91 ◦ blue 118

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

Shades of Orient #115B76

Tints of Orient #115B76

RGB

 RED value IS 17 (7.03% from 255) = 7.52%

 GREEN value IS 91 (35.94% from 255) = 40.27%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 7.52%
G = 40.27%
B = 52.21%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115B76 (or 0x115B76) is known color: Orient. HEX triplet: 11, 5B and 76. RGB value is (17,91,118). Sum of RGB (Red+Green+Blue) = 17+91+118=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #115B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B76 is #EEA489. Grayscale: #474747. Windows color (decimal): -15639690 or 7756561. OLE color: 7756561.

HSL color Cylindrical-coordinate representation of color #115B76: hue angle of 196.04º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115B76 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 91 118 -
CMYK 0.86 0.23 0 0.54
HSL 196.04º 0.75% 0.26% -
HSV(B) 196.04º 0.86% 0.46% -
XYZ 7.24 8.91 18.48 -
YUV 71.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 17 91 118 0.86 0.23 0 0.54 196.04 0.75 0.26
Hex 11 5B 76 56 17 0 36 C4 4B 1A
Octal 21 133 166 126 27 0 66 304 113 32
Binary 10001 1011011 1110110 1010110 10111 0 110110 11000100 1001011 11010

Color Harmonies of #115B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B76

Black with #115B76

Text Example


Text Example

White with #115B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115B76; }

 p { color: rgb(17,91,118); }

 H1.HeaderClassName
 {
   color: #115B76;
 }
 .AnyTagClassName
 {
   color: #115B76;
 }
</style>

background-color css

<style>
 a { background-color: #115B76; }

 a { background-color: rgb(17,91,118); }

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

border-color css

<style>
 span { border-color: #115B76; }

 span { border-color: rgb(17,91,118); }

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