Html Css Color HEX #75A47A Oxley

📋 copy color: '#75A47A'

red 117 ◦ green 164 ◦ blue 122

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

Shades of Oxley #75A47A

Tints of Oxley #75A47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

 BLUE value IS 122 (48.05% from 255) = 30.27%

R = 29.03%
G = 40.69%
B = 30.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#75A47A (or 0x75A47A) is known color: Oxley. HEX triplet: 75, A4 and 7A. RGB value is (117,164,122). Sum of RGB (Red+Green+Blue) = 117+164+122=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #75A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A47A is #8A5B85. Grayscale: #919191. Windows color (decimal): -9067398 or 8037493. OLE color: 8037493.

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

Color convert

RGB 117 164 122 -
CMYK 0.29 0 0.26 0.36
HSL 126.38º 0.21% 0.55% -
HSV(B) 126.38º 0.29% 0.64% -
XYZ 24.12 31.74 23.27 -
YUV 145.16 114.93 107.92 -
System Red Green Blue C M Y K H S L
Decimal 117 164 122 0.29 0 0.26 0.36 126.38 0.21 0.55
Hex 75 A4 7A 1D 0 1A 24 7E 15 37
Octal 165 244 172 35 0 32 44 176 25 67
Binary 1110101 10100100 1111010 11101 0 11010 100100 1111110 10101 110111

Color Harmonies of #75A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A47A

Black with #75A47A

Text Example


Text Example

White with #75A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,122); }

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

background-color css

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

 a { background-color: rgb(117,164,122); }

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

border-color css

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

 span { border-color: rgb(117,164,122); }

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