Html Css Color HEX #75AB78 Oxley

📋 copy color: '#75AB78'

red 117 ◦ green 171 ◦ blue 120

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

Shades of Oxley #75AB78

Tints of Oxley #75AB78

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

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

R = 28.68%
G = 41.91%
B = 29.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#75AB78 (or 0x75AB78) is known color: Oxley. HEX triplet: 75, AB and 78. RGB value is (117,171,120). Sum of RGB (Red+Green+Blue) = 117+171+120=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB78 is #8A5487. Grayscale: #959595. Windows color (decimal): -9065608 or 7908213. OLE color: 7908213.

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

Color convert

RGB 117 171 120 -
CMYK 0.32 0 0.30 0.33
HSL 123.33º 0.24% 0.56% -
HSV(B) 123.33º 0.32% 0.67% -
XYZ 25.29 34.26 23.05 -
YUV 149.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 117 171 120 0.32 0 0.30 0.33 123.33 0.24 0.56
Hex 75 AB 78 20 0 1E 21 7B 18 38
Octal 165 253 170 40 0 36 41 173 30 70
Binary 1110101 10101011 1111000 100000 0 11110 100001 1111011 11000 111000

Color Harmonies of #75AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB78

Black with #75AB78

Text Example


Text Example

White with #75AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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