Html Css Color HEX #749983 Oxley

📋 copy color: '#749983'

red 116 ◦ green 153 ◦ blue 131

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

Shades of Oxley #749983

Tints of Oxley #749983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 29%
G = 38.25%
B = 32.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#749983 (or 0x749983) is known color: Oxley. HEX triplet: 74, 99 and 83. RGB value is (116,153,131). Sum of RGB (Red+Green+Blue) = 116+153+131=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #749983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749983 is #8B667C. Grayscale: #8B8B8B. Windows color (decimal): -9135741 or 8624500. OLE color: 8624500.

HSL color Cylindrical-coordinate representation of color #749983: hue angle of 144.32º 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 #749983 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 131 -
CMYK 0.24 0 0.14 0.4
HSL 144.32º 0.15% 0.53% -
HSV(B) 144.32º 0.24% 0.6% -
XYZ 22.69 28.13 25.71 -
YUV 139.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 116 153 131 0.24 0 0.14 0.4 144.32 0.15 0.53
Hex 74 99 83 18 0 E 28 90 F 35
Octal 164 231 203 30 0 16 50 220 17 65
Binary 1110100 10011001 10000011 11000 0 1110 101000 10010000 1111 110101

Color Harmonies of #749983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749983

Black with #749983

Text Example


Text Example

White with #749983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749983; }

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

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

background-color css

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

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

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

border-color css

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

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

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