Html Css Color HEX #749879 Oxley

📋 copy color: '#749879'

red 116 ◦ green 152 ◦ blue 121

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

Shades of Oxley #749879

Tints of Oxley #749879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 29.82%
G = 39.07%
B = 31.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#749879 (or 0x749879) is known color: Oxley. HEX triplet: 74, 98 and 79. RGB value is (116,152,121). Sum of RGB (Red+Green+Blue) = 116+152+121=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #749879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749879 is #8B6786. Grayscale: #898989. Windows color (decimal): -9136007 or 7968884. OLE color: 7968884.

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

Color convert

RGB 116 152 121 -
CMYK 0.24 0 0.20 0.40
HSL 128.33º 0.15% 0.53% -
HSV(B) 128.33º 0.24% 0.6% -
XYZ 21.88 27.55 22.25 -
YUV 137.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 116 152 121 0.24 0 0.20 0.40 128.33 0.15 0.53
Hex 74 98 79 18 0 14 28 80 F 35
Octal 164 230 171 30 0 24 50 200 17 65
Binary 1110100 10011000 1111001 11000 0 10100 101000 10000000 1111 110101

Color Harmonies of #749879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749879

Black with #749879

Text Example


Text Example

White with #749879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749879; }

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

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

background-color css

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

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

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

border-color css

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

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

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