Html Css Color HEX #749979 Oxley

📋 copy color: '#749979'

red 116 ◦ green 153 ◦ blue 121

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

Shades of Oxley #749979

Tints of Oxley #749979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 29.74%
G = 39.23%
B = 31.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#749979 (or 0x749979) is known color: Oxley. HEX triplet: 74, 99 and 79. RGB value is (116,153,121). Sum of RGB (Red+Green+Blue) = 116+153+121=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #749979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749979 is #8B6686. Grayscale: #8A8A8A. Windows color (decimal): -9135751 or 7969140. OLE color: 7969140.

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

Color convert

RGB 116 153 121 -
CMYK 0.24 0 0.21 0.4
HSL 128.11º 0.15% 0.53% -
HSV(B) 128.11º 0.24% 0.6% -
XYZ 22.04 27.88 22.31 -
YUV 138.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 116 153 121 0.24 0 0.21 0.4 128.11 0.15 0.53
Hex 74 99 79 18 0 15 28 80 F 35
Octal 164 231 171 30 0 25 50 200 17 65
Binary 1110100 10011001 1111001 11000 0 10101 101000 10000000 1111 110101

Color Harmonies of #749979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749979

Black with #749979

Text Example


Text Example

White with #749979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749979; }

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

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

background-color css

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

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

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

border-color css

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

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

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