Html Css Color HEX #75A37B Oxley

📋 copy color: '#75A37B'

red 117 ◦ green 163 ◦ blue 123

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

Shades of Oxley #75A37B

Tints of Oxley #75A37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 29.03%
G = 40.45%
B = 30.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#75A37B (or 0x75A37B) is known color: Oxley. HEX triplet: 75, A3 and 7B. RGB value is (117,163,123). Sum of RGB (Red+Green+Blue) = 117+163+123=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #75A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A37B is #8A5C84. Grayscale: #909090. Windows color (decimal): -9067653 or 8102773. OLE color: 8102773.

HSL color Cylindrical-coordinate representation of color #75A37B: hue angle of 127.83º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A37B is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 163 123 -
CMYK 0.28 0 0.25 0.36
HSL 127.83º 0.2% 0.55% -
HSV(B) 127.83º 0.28% 0.64% -
XYZ 24.01 31.41 23.54 -
YUV 144.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 117 163 123 0.28 0 0.25 0.36 127.83 0.2 0.55
Hex 75 A3 7B 1C 0 19 24 80 14 37
Octal 165 243 173 34 0 31 44 200 24 67
Binary 1110101 10100011 1111011 11100 0 11001 100100 10000000 10100 110111

Color Harmonies of #75A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A37B

Black with #75A37B

Text Example


Text Example

White with #75A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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