Html Css Color HEX #759F7A Oxley

📋 copy color: '#759F7A'

red 117 ◦ green 159 ◦ blue 122

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

Shades of Oxley #759F7A

Tints of Oxley #759F7A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.95%

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 29.4%
G = 39.95%
B = 30.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#759F7A (or 0x759F7A) is known color: Oxley. HEX triplet: 75, 9F and 7A. RGB value is (117,159,122). Sum of RGB (Red+Green+Blue) = 117+159+122=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #759F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F7A is #8A6085. Grayscale: #8E8E8E. Windows color (decimal): -9068678 or 8036213. OLE color: 8036213.

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

Color convert

RGB 117 159 122 -
CMYK 0.26 0 0.23 0.38
HSL 127.14º 0.18% 0.54% -
HSV(B) 127.14º 0.26% 0.62% -
XYZ 23.25 29.98 22.97 -
YUV 142.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 117 159 122 0.26 0 0.23 0.38 127.14 0.18 0.54
Hex 75 9F 7A 1A 0 17 26 7F 12 36
Octal 165 237 172 32 0 27 46 177 22 66
Binary 1110101 10011111 1111010 11010 0 10111 100110 1111111 10010 110110

Color Harmonies of #759F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F7A

Black with #759F7A

Text Example


Text Example

White with #759F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,159,122); }

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

background-color css

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

 a { background-color: rgb(117,159,122); }

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

border-color css

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

 span { border-color: rgb(117,159,122); }

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