Html Css Color HEX #749981 Oxley

📋 copy color: '#749981'

red 116 ◦ green 153 ◦ blue 129

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

Shades of Oxley #749981

Tints of Oxley #749981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

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

R = 29.15%
G = 38.44%
B = 32.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#749981 (or 0x749981) is known color: Oxley. HEX triplet: 74, 99 and 81. RGB value is (116,153,129). Sum of RGB (Red+Green+Blue) = 116+153+129=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #749981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749981 is #8B667E. Grayscale: #8B8B8B. Windows color (decimal): -9135743 or 8493428. OLE color: 8493428.

HSL color Cylindrical-coordinate representation of color #749981: hue angle of 141.08º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749981 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 129 -
CMYK 0.24 0 0.16 0.4
HSL 141.08º 0.15% 0.53% -
HSV(B) 141.08º 0.24% 0.6% -
XYZ 22.56 28.08 25 -
YUV 139.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 116 153 129 0.24 0 0.16 0.4 141.08 0.15 0.53
Hex 74 99 81 18 0 10 28 8D F 35
Octal 164 231 201 30 0 20 50 215 17 65
Binary 1110100 10011001 10000001 11000 0 10000 101000 10001101 1111 110101

Color Harmonies of #749981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749981

Black with #749981

Text Example


Text Example

White with #749981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749981; }

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

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

background-color css

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

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

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

border-color css

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

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

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