Html Css Color HEX #75A478 Oxley

📋 copy color: '#75A478'

red 117 ◦ green 164 ◦ blue 120

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

Shades of Oxley #75A478

Tints of Oxley #75A478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 29.18%
G = 40.9%
B = 29.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#75A478 (or 0x75A478) is known color: Oxley. HEX triplet: 75, A4 and 78. RGB value is (117,164,120). Sum of RGB (Red+Green+Blue) = 117+164+120=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #75A478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A478 is #8A5B87. Grayscale: #919191. Windows color (decimal): -9067400 or 7906421. OLE color: 7906421.

HSL color Cylindrical-coordinate representation of color #75A478: hue angle of 123.83º 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 #75A478 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 120 -
CMYK 0.29 0 0.27 0.36
HSL 123.83º 0.21% 0.55% -
HSV(B) 123.83º 0.29% 0.64% -
XYZ 24 31.69 22.62 -
YUV 144.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 117 164 120 0.29 0 0.27 0.36 123.83 0.21 0.55
Hex 75 A4 78 1D 0 1B 24 7C 15 37
Octal 165 244 170 35 0 33 44 174 25 67
Binary 1110101 10100100 1111000 11101 0 11011 100100 1111100 10101 110111

Color Harmonies of #75A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A478

Black with #75A478

Text Example


Text Example

White with #75A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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