Html Css Color HEX #749379 Oxley

📋 copy color: '#749379'

red 116 ◦ green 147 ◦ blue 121

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

Shades of Oxley #749379

Tints of Oxley #749379

RGB

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

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

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

R = 30.21%
G = 38.28%
B = 31.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#749379 (or 0x749379) is known color: Oxley. HEX triplet: 74, 93 and 79. RGB value is (116,147,121). Sum of RGB (Red+Green+Blue) = 116+147+121=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #749379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749379 is #8B6C86. Grayscale: #868686. Windows color (decimal): -9137287 or 7967604. OLE color: 7967604.

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

Color convert

RGB 116 147 121 -
CMYK 0.21 0 0.18 0.42
HSL 129.68º 0.13% 0.52% -
HSV(B) 129.68º 0.21% 0.58% -
XYZ 21.09 25.96 21.99 -
YUV 134.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 116 147 121 0.21 0 0.18 0.42 129.68 0.13 0.52
Hex 74 93 79 15 0 12 2A 82 D 34
Octal 164 223 171 25 0 22 52 202 15 64
Binary 1110100 10010011 1111001 10101 0 10010 101010 10000010 1101 110100

Color Harmonies of #749379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749379

Black with #749379

Text Example


Text Example

White with #749379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749379; }

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

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

background-color css

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

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

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

border-color css

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

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

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