Html Css Color HEX #759879 Oxley

📋 copy color: '#759879'

red 117 ◦ green 152 ◦ blue 121

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

Shades of Oxley #759879

Tints of Oxley #759879

RGB

 RED value IS 117 (46.09% from 255) = 30%

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

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

R = 30%
G = 38.97%
B = 31.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#759879 (or 0x759879) is known color: Oxley. HEX triplet: 75, 98 and 79. RGB value is (117,152,121). Sum of RGB (Red+Green+Blue) = 117+152+121=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #759879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759879 is #8A6786. Grayscale: #8A8A8A. Windows color (decimal): -9070471 or 7968885. OLE color: 7968885.

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

Color convert

RGB 117 152 121 -
CMYK 0.23 0 0.20 0.40
HSL 126.86º 0.15% 0.53% -
HSV(B) 126.86º 0.23% 0.6% -
XYZ 22.02 27.62 22.26 -
YUV 138 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 117 152 121 0.23 0 0.20 0.40 126.86 0.15 0.53
Hex 75 98 79 17 0 14 28 7F F 35
Octal 165 230 171 27 0 24 50 177 17 65
Binary 1110101 10011000 1111001 10111 0 10100 101000 1111111 1111 110101

Color Harmonies of #759879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759879

Black with #759879

Text Example


Text Example

White with #759879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759879; }

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

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

background-color css

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

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

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

border-color css

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

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

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