Html Css Color HEX #75A777 Oxley

📋 copy color: '#75A777'

red 117 ◦ green 167 ◦ blue 119

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

Shades of Oxley #75A777

Tints of Oxley #75A777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.44%

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 29.03%
G = 41.44%
B = 29.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#75A777 (or 0x75A777) is known color: Oxley. HEX triplet: 75, A7 and 77. RGB value is (117,167,119). Sum of RGB (Red+Green+Blue) = 117+167+119=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #75A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A777 is #8A5888. Grayscale: #929292. Windows color (decimal): -9066633 or 7841653. OLE color: 7841653.

HSL color Cylindrical-coordinate representation of color #75A777: hue angle of 122.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A777 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 167 119 -
CMYK 0.30 0 0.29 0.35
HSL 122.4º 0.22% 0.56% -
HSV(B) 122.4º 0.3% 0.65% -
XYZ 24.48 32.75 22.48 -
YUV 146.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 117 167 119 0.30 0 0.29 0.35 122.4 0.22 0.56
Hex 75 A7 77 1E 0 1D 23 7A 16 38
Octal 165 247 167 36 0 35 43 172 26 70
Binary 1110101 10100111 1110111 11110 0 11101 100011 1111010 10110 111000

Color Harmonies of #75A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A777

Black with #75A777

Text Example


Text Example

White with #75A777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,167,119); }

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

background-color css

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

 a { background-color: rgb(117,167,119); }

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

border-color css

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

 span { border-color: rgb(117,167,119); }

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