Html Css Color HEX #A5C078 Olivine

📋 copy color: '#A5C078'

red 165 ◦ green 192 ◦ blue 120

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

Shades of Olivine #A5C078

Tints of Olivine #A5C078

RGB

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

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

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

R = 34.59%
G = 40.25%
B = 25.16%

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

#A5C078 (or 0xA5C078) is known color: Olivine. HEX triplet: A5, C0 and 78. RGB value is (165,192,120). Sum of RGB (Red+Green+Blue) = 165+192+120=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C078 is #5A3F87. Grayscale: #AFAFAF. Windows color (decimal): -5914504 or 7913637. OLE color: 7913637.

HSL color Cylindrical-coordinate representation of color #A5C078: hue angle of 82.5º degrees, saturation: 0.36, 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 #A5C078 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 120 -
CMYK 0.14 0 0.38 0.25
HSL 82.5º 0.36% 0.61% -
HSV(B) 82.5º 0.38% 0.75% -
XYZ 37.76 47.05 24.86 -
YUV 175.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 165 192 120 0.14 0 0.38 0.25 82.5 0.36 0.61
Hex A5 C0 78 E 0 26 19 52 24 3D
Octal 245 300 170 16 0 46 31 122 44 75
Binary 10100101 11000000 1111000 1110 0 100110 11001 1010010 100100 111101

Color Harmonies of #A5C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C078

Black with #A5C078

Text Example


Text Example

White with #A5C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C078; }

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

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

background-color css

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

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

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

border-color css

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

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

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