Html Css Color HEX #75A57D Oxley

📋 copy color: '#75A57D'

red 117 ◦ green 165 ◦ blue 125

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

Shades of Oxley #75A57D

Tints of Oxley #75A57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 28.75%
G = 40.54%
B = 30.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#75A57D (or 0x75A57D) is known color: Oxley. HEX triplet: 75, A5 and 7D. RGB value is (117,165,125). Sum of RGB (Red+Green+Blue) = 117+165+125=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #75A57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A57D is #8A5A82. Grayscale: #929292. Windows color (decimal): -9067139 or 8234357. OLE color: 8234357.

HSL color Cylindrical-coordinate representation of color #75A57D: hue angle of 130º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A57D is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 165 125 -
CMYK 0.29 0 0.24 0.35
HSL 130º 0.21% 0.55% -
HSV(B) 130º 0.29% 0.65% -
XYZ 24.49 32.17 24.32 -
YUV 146.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 117 165 125 0.29 0 0.24 0.35 130 0.21 0.55
Hex 75 A5 7D 1D 0 18 23 82 15 37
Octal 165 245 175 35 0 30 43 202 25 67
Binary 1110101 10100101 1111101 11101 0 11000 100011 10000010 10101 110111

Color Harmonies of #75A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A57D

Black with #75A57D

Text Example


Text Example

White with #75A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A57D; }

 p { color: rgb(117,165,125); }

 H1.HeaderClassName
 {
   color: #75A57D;
 }
 .AnyTagClassName
 {
   color: #75A57D;
 }
</style>

background-color css

<style>
 a { background-color: #75A57D; }

 a { background-color: rgb(117,165,125); }

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

border-color css

<style>
 span { border-color: #75A57D; }

 span { border-color: rgb(117,165,125); }

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