Html Css Color HEX #759D7B Oxley

📋 copy color: '#759D7B'

red 117 ◦ green 157 ◦ blue 123

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

Shades of Oxley #759D7B

Tints of Oxley #759D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 29.47%
G = 39.55%
B = 30.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#759D7B (or 0x759D7B) is known color: Oxley. HEX triplet: 75, 9D and 7B. RGB value is (117,157,123). Sum of RGB (Red+Green+Blue) = 117+157+123=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #759D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D7B is #8A6284. Grayscale: #8D8D8D. Windows color (decimal): -9069189 or 8101237. OLE color: 8101237.

HSL color Cylindrical-coordinate representation of color #759D7B: hue angle of 129º 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 #759D7B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 157 123 -
CMYK 0.25 0 0.22 0.38
HSL 129º 0.17% 0.54% -
HSV(B) 129º 0.25% 0.62% -
XYZ 22.97 29.33 23.19 -
YUV 141.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 117 157 123 0.25 0 0.22 0.38 129 0.17 0.54
Hex 75 9D 7B 19 0 16 26 81 11 36
Octal 165 235 173 31 0 26 46 201 21 66
Binary 1110101 10011101 1111011 11001 0 10110 100110 10000001 10001 110110

Color Harmonies of #759D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D7B

Black with #759D7B

Text Example


Text Example

White with #759D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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