Html Css Color HEX #759B7F Oxley

📋 copy color: '#759B7F'

red 117 ◦ green 155 ◦ blue 127

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

Shades of Oxley #759B7F

Tints of Oxley #759B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 29.32%
G = 38.85%
B = 31.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#759B7F (or 0x759B7F) is known color: Oxley. HEX triplet: 75, 9B and 7F. RGB value is (117,155,127). Sum of RGB (Red+Green+Blue) = 117+155+127=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #759B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B7F is #8A6480. Grayscale: #8C8C8C. Windows color (decimal): -9069697 or 8362869. OLE color: 8362869.

HSL color Cylindrical-coordinate representation of color #759B7F: hue angle of 135.79º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B7F is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 127 -
CMYK 0.25 0 0.18 0.39
HSL 135.79º 0.16% 0.53% -
HSV(B) 135.79º 0.25% 0.61% -
XYZ 22.89 28.76 24.42 -
YUV 140.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 117 155 127 0.25 0 0.18 0.39 135.79 0.16 0.53
Hex 75 9B 7F 19 0 12 27 88 10 35
Octal 165 233 177 31 0 22 47 210 20 65
Binary 1110101 10011011 1111111 11001 0 10010 100111 10001000 10000 110101

Color Harmonies of #759B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B7F

Black with #759B7F

Text Example


Text Example

White with #759B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,155,127); }

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

background-color css

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

 a { background-color: rgb(117,155,127); }

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

border-color css

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

 span { border-color: rgb(117,155,127); }

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