Html Css Color HEX #75AC7E Oxley

📋 copy color: '#75AC7E'

red 117 ◦ green 172 ◦ blue 126

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

Shades of Oxley #75AC7E

Tints of Oxley #75AC7E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 28.19%
G = 41.45%
B = 30.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#75AC7E (or 0x75AC7E) is known color: Oxley. HEX triplet: 75, AC and 7E. RGB value is (117,172,126). Sum of RGB (Red+Green+Blue) = 117+172+126=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC7E is #8A5381. Grayscale: #969696. Windows color (decimal): -9065346 or 8301685. OLE color: 8301685.

HSL color Cylindrical-coordinate representation of color #75AC7E: hue angle of 129.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AC7E is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 126 -
CMYK 0.32 0 0.27 0.33
HSL 129.82º 0.25% 0.57% -
HSV(B) 129.82º 0.32% 0.67% -
XYZ 25.85 34.79 25.09 -
YUV 150.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 117 172 126 0.32 0 0.27 0.33 129.82 0.25 0.57
Hex 75 AC 7E 20 0 1B 21 82 19 39
Octal 165 254 176 40 0 33 41 202 31 71
Binary 1110101 10101100 1111110 100000 0 11011 100001 10000010 11001 111001

Color Harmonies of #75AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC7E

Black with #75AC7E

Text Example


Text Example

White with #75AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,126); }

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

background-color css

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

 a { background-color: rgb(117,172,126); }

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

border-color css

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

 span { border-color: rgb(117,172,126); }

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