Html Css Color HEX #749381 Oxley

📋 copy color: '#749381'

red 116 ◦ green 147 ◦ blue 129

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

Shades of Oxley #749381

Tints of Oxley #749381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.5%

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

R = 29.59%
G = 37.5%
B = 32.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#749381 (or 0x749381) is known color: Oxley. HEX triplet: 74, 93 and 81. RGB value is (116,147,129). Sum of RGB (Red+Green+Blue) = 116+147+129=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #749381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749381 is #8B6C7E. Grayscale: #878787. Windows color (decimal): -9137279 or 8491892. OLE color: 8491892.

HSL color Cylindrical-coordinate representation of color #749381: hue angle of 145.16º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749381 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 129 -
CMYK 0.21 0 0.12 0.42
HSL 145.16º 0.13% 0.52% -
HSV(B) 145.16º 0.21% 0.58% -
XYZ 21.6 26.17 24.68 -
YUV 135.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 116 147 129 0.21 0 0.12 0.42 145.16 0.13 0.52
Hex 74 93 81 15 0 C 2A 91 D 34
Octal 164 223 201 25 0 14 52 221 15 64
Binary 1110100 10010011 10000001 10101 0 1100 101010 10010001 1101 110100

Color Harmonies of #749381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749381

Black with #749381

Text Example


Text Example

White with #749381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749381; }

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

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

background-color css

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

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

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

border-color css

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

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

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