Html Css Color HEX #A4C75F Olivine

📋 copy color: '#A4C75F'

red 164 ◦ green 199 ◦ blue 95

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

Shades of Olivine #A4C75F

Tints of Olivine #A4C75F

RGB

 RED value IS 164 (64.45% from 255) = 35.81%

 GREEN value IS 199 (78.13% from 255) = 43.45%

 BLUE value IS 95 (37.5% from 255) = 20.74%

R = 35.81%
G = 43.45%
B = 20.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#A4C75F (or 0xA4C75F) is known color: Olivine. HEX triplet: A4, C7 and 5F. RGB value is (164,199,95). Sum of RGB (Red+Green+Blue) = 164+199+95=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C75F is #5B38A0. Grayscale: #B1B1B1. Windows color (decimal): -5978273 or 6277028. OLE color: 6277028.

HSL color Cylindrical-coordinate representation of color #A4C75F: hue angle of 80.19º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4C75F is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 199 95 -
CMYK 0.18 0 0.52 0.22
HSL 80.19º 0.48% 0.58% -
HSV(B) 80.19º 0.52% 0.78% -
XYZ 37.8 49.57 18.4 -
YUV 176.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 164 199 95 0.18 0 0.52 0.22 80.19 0.48 0.58
Hex A4 C7 5F 12 0 34 16 50 30 3A
Octal 244 307 137 22 0 64 26 120 60 72
Binary 10100100 11000111 1011111 10010 0 110100 10110 1010000 110000 111010

Color Harmonies of #A4C75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C75F

Black with #A4C75F

Text Example


Text Example

White with #A4C75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C75F; }

 p { color: rgb(164,199,95); }

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

background-color css

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

 a { background-color: rgb(164,199,95); }

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

border-color css

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

 span { border-color: rgb(164,199,95); }

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