Html Css Color HEX #759B7B Oxley

📋 copy color: '#759B7B'

red 117 ◦ green 155 ◦ blue 123

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

Shades of Oxley #759B7B

Tints of Oxley #759B7B

RGB

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

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

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

R = 29.62%
G = 39.24%
B = 31.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#759B7B (or 0x759B7B) is known color: Oxley. HEX triplet: 75, 9B and 7B. RGB value is (117,155,123). Sum of RGB (Red+Green+Blue) = 117+155+123=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #759B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B7B is #8A6484. Grayscale: #8C8C8C. Windows color (decimal): -9069701 or 8100725. OLE color: 8100725.

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

Color convert

RGB 117 155 123 -
CMYK 0.25 0 0.21 0.39
HSL 129.47º 0.16% 0.53% -
HSV(B) 129.47º 0.25% 0.61% -
XYZ 22.63 28.65 23.08 -
YUV 139.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 117 155 123 0.25 0 0.21 0.39 129.47 0.16 0.53
Hex 75 9B 7B 19 0 15 27 81 10 35
Octal 165 233 173 31 0 25 47 201 20 65
Binary 1110101 10011011 1111011 11001 0 10101 100111 10000001 10000 110101

Color Harmonies of #759B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B7B

Black with #759B7B

Text Example


Text Example

White with #759B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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