Html Css Color HEX #A5C077 Olivine

📋 copy color: '#A5C077'

red 165 ◦ green 192 ◦ blue 119

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

Shades of Olivine #A5C077

Tints of Olivine #A5C077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.34%

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

R = 34.66%
G = 40.34%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A5C077 (or 0xA5C077) is known color: Olivine. HEX triplet: A5, C0 and 77. RGB value is (165,192,119). Sum of RGB (Red+Green+Blue) = 165+192+119=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C077 is #5A3F88. Grayscale: #AFAFAF. Windows color (decimal): -5914505 or 7848101. OLE color: 7848101.

HSL color Cylindrical-coordinate representation of color #A5C077: hue angle of 82.19º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5C077 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 119 -
CMYK 0.14 0 0.38 0.25
HSL 82.19º 0.37% 0.61% -
HSV(B) 82.19º 0.38% 0.75% -
XYZ 37.7 47.03 24.54 -
YUV 175.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 165 192 119 0.14 0 0.38 0.25 82.19 0.37 0.61
Hex A5 C0 77 E 0 26 19 52 25 3D
Octal 245 300 167 16 0 46 31 122 45 75
Binary 10100101 11000000 1110111 1110 0 100110 11001 1010010 100101 111101

Color Harmonies of #A5C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C077

Black with #A5C077

Text Example


Text Example

White with #A5C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C077; }

 p { color: rgb(165,192,119); }

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

background-color css

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

 a { background-color: rgb(165,192,119); }

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

border-color css

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

 span { border-color: rgb(165,192,119); }

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