Html Css Color HEX #A5C875 Olivine

📋 copy color: '#A5C875'

red 165 ◦ green 200 ◦ blue 117

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

Shades of Olivine #A5C875

Tints of Olivine #A5C875

RGB

 RED value IS 165 (64.84% from 255) = 34.23%

 GREEN value IS 200 (78.52% from 255) = 41.49%

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 34.23%
G = 41.49%
B = 24.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#A5C875 (or 0xA5C875) is known color: Olivine. HEX triplet: A5, C8 and 75. RGB value is (165,200,117). Sum of RGB (Red+Green+Blue) = 165+200+117=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C875 is #5A378A. Grayscale: #B4B4B4. Windows color (decimal): -5912459 or 7719077. OLE color: 7719077.

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

Color convert

RGB 165 200 117 -
CMYK 0.18 0 0.42 0.22
HSL 85.3º 0.43% 0.62% -
HSV(B) 85.3º 0.42% 0.78% -
XYZ 39.38 50.59 24.52 -
YUV 180.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 165 200 117 0.18 0 0.42 0.22 85.3 0.43 0.62
Hex A5 C8 75 12 0 2A 16 55 2B 3E
Octal 245 310 165 22 0 52 26 125 53 76
Binary 10100101 11001000 1110101 10010 0 101010 10110 1010101 101011 111110

Color Harmonies of #A5C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C875

Black with #A5C875

Text Example


Text Example

White with #A5C875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C875; }

 p { color: rgb(165,200,117); }

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

background-color css

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

 a { background-color: rgb(165,200,117); }

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

border-color css

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

 span { border-color: rgb(165,200,117); }

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