Html Css Color HEX #749181 Oxley

📋 copy color: '#749181'

red 116 ◦ green 145 ◦ blue 129

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

Shades of Oxley #749181

Tints of Oxley #749181

RGB

 RED value IS 116 (45.7% from 255) = 29.74%

 GREEN value IS 145 (57.03% from 255) = 37.18%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 29.74%
G = 37.18%
B = 33.08%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#749181 (or 0x749181) is known color: Oxley. HEX triplet: 74, 91 and 81. RGB value is (116,145,129). Sum of RGB (Red+Green+Blue) = 116+145+129=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #749181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749181 is #8B6E7E. Grayscale: #868686. Windows color (decimal): -9137791 or 8491380. OLE color: 8491380.

HSL color Cylindrical-coordinate representation of color #749181: hue angle of 146.9º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #749181 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 129 -
CMYK 0.2 0 0.11 0.43
HSL 146.9º 0.12% 0.51% -
HSV(B) 146.9º 0.2% 0.57% -
XYZ 21.29 25.55 24.58 -
YUV 134.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 116 145 129 0.2 0 0.11 0.43 146.9 0.12 0.51
Hex 74 91 81 14 0 B 2B 93 C 33
Octal 164 221 201 24 0 13 53 223 14 63
Binary 1110100 10010001 10000001 10100 0 1011 101011 10010011 1100 110011

Color Harmonies of #749181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749181

Black with #749181

Text Example


Text Example

White with #749181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749181; }

 p { color: rgb(116,145,129); }

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

background-color css

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

 a { background-color: rgb(116,145,129); }

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

border-color css

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

 span { border-color: rgb(116,145,129); }

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