Html Css Color HEX #125B76 Orient

📋 copy color: '#125B76'

red 18 ◦ green 91 ◦ blue 118

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

Shades of Orient #125B76

Tints of Orient #125B76

RGB

 RED value IS 18 (7.42% from 255) = 7.93%

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

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

R = 7.93%
G = 40.09%
B = 51.98%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125B76 (or 0x125B76) is known color: Orient. HEX triplet: 12, 5B and 76. RGB value is (18,91,118). Sum of RGB (Red+Green+Blue) = 18+91+118=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #125B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B76 is #EDA489. Grayscale: #484848. Windows color (decimal): -15574154 or 7756562. OLE color: 7756562.

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

Color convert

RGB 18 91 118 -
CMYK 0.85 0.23 0 0.54
HSL 196.2º 0.74% 0.27% -
HSV(B) 196.2º 0.85% 0.46% -
XYZ 7.26 8.92 18.48 -
YUV 72.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 18 91 118 0.85 0.23 0 0.54 196.2 0.74 0.27
Hex 12 5B 76 55 17 0 36 C4 4A 1B
Octal 22 133 166 125 27 0 66 304 112 33
Binary 10010 1011011 1110110 1010101 10111 0 110110 11000100 1001010 11011

Color Harmonies of #125B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B76

Black with #125B76

Text Example


Text Example

White with #125B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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