Html Css Color HEX #759D7C Oxley

📋 copy color: '#759D7C'

red 117 ◦ green 157 ◦ blue 124

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

Shades of Oxley #759D7C

Tints of Oxley #759D7C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 29.4%
G = 39.45%
B = 31.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#759D7C (or 0x759D7C) is known color: Oxley. HEX triplet: 75, 9D and 7C. RGB value is (117,157,124). Sum of RGB (Red+Green+Blue) = 117+157+124=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 157 - color contains mainly: green. Hex color #759D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D7C is #8A6283. Grayscale: #8D8D8D. Windows color (decimal): -9069188 or 8166773. OLE color: 8166773.

HSL color Cylindrical-coordinate representation of color #759D7C: hue angle of 130.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759D7C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 157 124 -
CMYK 0.25 0 0.21 0.38
HSL 130.5º 0.17% 0.54% -
HSV(B) 130.5º 0.25% 0.62% -
XYZ 23.03 29.35 23.52 -
YUV 141.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 117 157 124 0.25 0 0.21 0.38 130.5 0.17 0.54
Hex 75 9D 7C 19 0 15 26 82 11 36
Octal 165 235 174 31 0 25 46 202 21 66
Binary 1110101 10011101 1111100 11001 0 10101 100110 10000010 10001 110110

Color Harmonies of #759D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D7C

Black with #759D7C

Text Example


Text Example

White with #759D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759D7C; }

 p { color: rgb(117,157,124); }

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

background-color css

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

 a { background-color: rgb(117,157,124); }

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

border-color css

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

 span { border-color: rgb(117,157,124); }

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