#165D76

Color #165D76 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #165D76

Tints of Orient #165D76

Color information

#165D76 (or 0x165D76) is unknown color: approx Orient. HEX triplet: 16, 5D and 76. RGB value is (22,93,118). Sum of RGB (Red+Green+Blue) = 22+93+118=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #165D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D76 is #E9A289. Grayscale: #4A4A4A. Windows color (decimal): -15311498 or 7757078. OLE color: 7757078.

HSL color Cylindrical-coordinate representation of color #165D76: hue angle of 195.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165D76 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2293118-
CMYK0.810.2100.54
HSL195.62º68.57%27.45%-
HSV(B)195.62º81.36%46.27%-
XYZ7.529.3118.54-
YUV74.62152.4890.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=9.44%
G=39.91%
B=50.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22931180.810.2100.54195.6268.5727.45
Hex165D765115036c4451b
Octal261351661212506630410533
Binary1011010111011110110101000110101011011011000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165D76; }

 p { color: rgb(22,93,118); }

 H1.HeaderClassName
 {
   color: #165D76;
 }
 .AnyTagClassName
 {
   color: #165D76;
 }
</style>
background-color css

<style>
 a { background-color: #165D76; }

 a { background-color: rgb(22,93,118); }

 div.DivClassName
 {
   background-color: #165D76;
 }
 .BgClassName
 {
   background-color: #165D76;
 }
</style>
border-color css

<style>
 span { border-color: #165D76; }

 span { border-color: rgb(22,93,118); }

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